aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-28wext: add back wireless/ dir in sysfs for cfg80211 interfacesJohannes Berg
2009-09-26Revert "sit: stateless autoconf for isatap"Sascha Hlusiak
2009-09-24tunnel: eliminate recursion fieldEric Dumazet
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-239p: Add fscache support to 9pAbhishek Kulkarni
2009-09-15pkt_sched: Fix tx queue selection in tc_modify_qdiscJarek Poplawski
2009-09-15bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua
2009-09-15tcp: fix ssthresh u16 leftoverIlpo Järvinen
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan
2009-09-14net: constify struct net_protocolAlexey Dobriyan
2009-09-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-09-09net_sched: fix estimator lock selection for mq child qdiscsPatrick McHardy
2009-09-06net_sched: add classful multiqueue dummy schedulerDavid S. Miller
2009-09-06net_sched: move dev_graft_qdisc() to sch_generic.cPatrick McHardy
2009-09-04sctp: turn flags in 'struct sctp_association' into bit fieldsWei Yongjun
2009-09-04sctp: Sysctl configuration for IPv4 Address ScopingBhaskar Dutta
2009-09-04sctp: Turn flags in 'sctp_packet' into bit fieldsVlad Yasevich
2009-09-04sctp: Fix SCTP_MAXSEG socket option to comply to spec.Vlad Yasevich
2009-09-04sctp: Don't do NAGLE delay on large writes that were fragmented smallVlad Yasevich
2009-09-04sctp: drop a_rwnd to 0 when receive buffer overflows.Vlad Yasevich
2009-09-04sctp: Send user messages to the lower layer as oneVlad Yasevich
2009-09-04sctp: Disallow new connection on a closing socketVlad Yasevich
2009-09-04sctp: remove unused union (sctp_cmsg_data_t) definitionRami Rosen
2009-09-02tcp: replace hard coded GFP_KERNEL with sk_allocationWu Fengguang
2009-09-02vlan: multiqueue vlan deviceEric Dumazet
2009-09-02inet: inet_connection_sock_af_ops constStephen Hemminger
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-09-01pkt_sched: Revert tasklet_hrtimer changes.David S. Miller
2009-09-01net: make neigh_ops constantStephen Hemminger
2009-09-01RTO connection timeout: coding style fixes and commentsDamian Lukowski
2009-09-01netns: embed ip6_dst_ops directlyAlexey Dobriyan
2009-09-01Revert Backoff [v3]: Calculate TCP's connection close threshold as a time value.Damian Lukowski
2009-09-01Revert Backoff [v3]: Revert RTO on ICMP destination unreachableDamian Lukowski
2009-09-01dcbnl: Add support for setapp/getapp to netdev dcbnl_rtnl_opsYi Zou
2009-08-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller
2009-08-28tcp: keepalive cleanupsEric Dumazet
2009-08-28mac80211: remove ieee80211_rx namespace hackJohn W. Linville
2009-08-28libipw: switch from ieee80211_* to libipw_* naming policyJohn W. Linville
2009-08-26Bluetooth: Handle L2CAP case when the remote receiver is busyGustavo F. Padovan
2009-08-25netfilter: nfnetlink: constify message attributes and headersPatrick McHardy
2009-08-25netlink: constify nlmsghdr argumentsPatrick McHardy
2009-08-23Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowp...David S. Miller
2009-08-22pkt_sched: Convert qdisc_watchdog to tasklet_hrtimerDavid S. Miller
2009-08-22Bluetooth: Fix rejected connection not disconnecting ACL linkLuiz Augusto von Dentz
2009-08-22Bluetooth: Full support for receiving L2CAP SREJ framesGustavo F. Padovan
2009-08-22Bluetooth: Add support for L2CAP SREJ exceptionGustavo F. Padovan
2009-08-22Bluetooth: Add support for FCS option to L2CAPGustavo F. Padovan
2009-08-22Bluetooth: Add support for Retransmission and Monitor TimersGustavo F. Padovan
2009-08-22Bluetooth: Initial support for retransmission of packets with REJ framesGustavo F. Padovan