aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-13tcp: replace ehash_size by ehash_maskEric Dumazet1-2/+2
2009-10-12net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo1-0/+8
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-0/+3
2009-10-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller4-22/+52
2009-10-07udp: dynamically size hash tables at boot timeEric Dumazet1-3/+10
2009-10-07cfg80211: add firmware and hardware version to wiphyKalle Valo1-0/+3
2009-10-07wext: refactorJohannes Berg4-22/+49
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-10-07pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet1-0/+1
2009-10-07ipv6 sit: 6rd (IPv6 Rapid Deployment) Support.YOSHIFUJI Hideaki / 吉藤英明1-0/+13
2009-10-06net: speedup sk_wake_async()Eric Dumazet1-1/+2
2009-10-05tunnels: Optimize tx pathEric Dumazet1-3/+3
2009-10-05ipv4: fib table algorithm performance improvementStephen Hemminger1-11/+14
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller8-20/+20
2009-09-28wext: add back wireless/ dir in sysfs for cfg80211 interfacesJohannes Berg1-0/+1
2009-09-26Revert "sit: stateless autoconf for isatap"Sascha Hlusiak1-7/+0
2009-09-24tunnel: eliminate recursion fieldEric Dumazet1-1/+0
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2-3/+1
2009-09-239p: Add fscache support to 9pAbhishek Kulkarni1-0/+3
2009-09-15pkt_sched: Fix tx queue selection in tc_modify_qdiscJarek Poplawski1-1/+1
2009-09-15bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua1-0/+2
2009-09-15tcp: fix ssthresh u16 leftoverIlpo Järvinen1-0/+7
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan1-3/+3
2009-09-14net: constify struct net_protocolAlexey Dobriyan1-4/+3
2009-09-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller3-4/+4
2009-09-09net_sched: fix estimator lock selection for mq child qdiscsPatrick McHardy1-0/+1
2009-09-06net_sched: add classful multiqueue dummy schedulerDavid S. Miller1-0/+4
2009-09-06net_sched: move dev_graft_qdisc() to sch_generic.cPatrick McHardy1-0/+2
2009-09-04sctp: turn flags in 'struct sctp_association' into bit fieldsWei Yongjun1-12/+9
2009-09-04sctp: Sysctl configuration for IPv4 Address ScopingBhaskar Dutta2-0/+17
2009-09-04sctp: Turn flags in 'sctp_packet' into bit fieldsVlad Yasevich1-16/+6
2009-09-04sctp: Fix SCTP_MAXSEG socket option to comply to spec.Vlad Yasevich2-3/+5
2009-09-04sctp: Don't do NAGLE delay on large writes that were fragmented smallVlad Yasevich1-1/+1
2009-09-04sctp: drop a_rwnd to 0 when receive buffer overflows.Vlad Yasevich1-0/+6
2009-09-04sctp: Send user messages to the lower layer as oneVlad Yasevich2-0/+4
2009-09-04sctp: Disallow new connection on a closing socketVlad Yasevich1-1/+1
2009-09-04sctp: remove unused union (sctp_cmsg_data_t) definitionRami Rosen1-6/+0
2009-09-02tcp: replace hard coded GFP_KERNEL with sk_allocationWu Fengguang1-1/+1
2009-09-02vlan: multiqueue vlan deviceEric Dumazet1-0/+3
2009-09-02inet: inet_connection_sock_af_ops constStephen Hemminger1-1/+1
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-8/+8
2009-09-01pkt_sched: Revert tasklet_hrtimer changes.David S. Miller1-2/+2
2009-09-01net: make neigh_ops constantStephen Hemminger2-2/+2
2009-09-01RTO connection timeout: coding style fixes and commentsDamian Lukowski1-7/+12
2009-09-01netns: embed ip6_dst_ops directlyAlexey Dobriyan3-23/+31
2009-09-01Revert Backoff [v3]: Calculate TCP's connection close threshold as a time value.Damian Lukowski1-0/+18
2009-09-01Revert Backoff [v3]: Revert RTO on ICMP destination unreachableDamian Lukowski1-0/+12
2009-09-01dcbnl: Add support for setapp/getapp to netdev dcbnl_rtnl_opsYi Zou1-0/+2
2009-08-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6David S. Miller4-19/+132
2009-08-28tcp: keepalive cleanupsEric Dumazet1-0/+5