summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2009-06-03Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller7-56/+96
2009-06-03ipv4: remove ip_mc_drop_socket() declaration from af_inet.c.Rami Rosen1-1/+0
2009-06-03sctp: support non-blocking version of the new sctp_connectx() APIVlad Yasevich2-1/+45
2009-06-03sctp: fix to choose alternate destination when retransmit ASCONF chunkWei Yongjun2-38/+12
2009-06-03sctp: fix sack_timeout sysctl min and max typesJean-Mickael Guerin1-3/+3
2009-06-03sctp: fix panic when T4-rto timer expire on removed transportWei Yongjun2-1/+10
2009-06-03sctp: fix panic when T2-shutdown timer expire on removed transportWei Yongjun2-3/+15
2009-06-03sctp: fix to only enable IPv6 address support on PF_INET6 socketWei Yongjun1-1/+2
2009-06-03sctp: fix a typo in net/sctp/sm_statetable.cWei Yongjun1-1/+1
2009-06-03sctp: fix the error code when ASCONF is received with invalid addressWei Yongjun1-6/+6
2009-06-03sctp: fix report unrecognized parameter in ACSONF-ACKWei Yongjun1-2/+2
2009-06-03net: skb->dst accessorsEric Dumazet69-344/+354
2009-06-03net: skb->rtable accessorEric Dumazet20-70/+82
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller8-26/+66
2009-06-02net_cls: fix unconfigured struct tcf_proto keeps chaining and avoid kernel pa...Minoru Usui1-6/+17
2009-06-02ipv4: New multicast-all socket optionNivedita Singhvi3-1/+13
2009-06-02net: ipv4/ip_sockglue.c cleanupsEric Dumazet1-37/+36
2009-06-02IPv6: Print error value when skb allocation failsBrian Haley1-4/+4
2009-06-02Phonet: fix accounting race between gprs_writeable() and gprs_xmit()Rémi Denis-Courmont1-2/+3
2009-06-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller1-6/+0
2009-06-01IPv6: Add 'autoconf' and 'disable_ipv6' module parametersBrian Haley2-10/+95
2009-05-29net: convert unicast addr listJiri Pirko5-71/+152
2009-05-29tcp: fix loop in ofo handling code and reduce its complexityIlpo Järvinen1-17/+11
2009-05-29net: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup()Eric Dumazet1-0/+1
2009-05-29atm: unset IFF_XMIT_DST_RELEASE in clip_setup()Eric Dumazet1-0/+1
2009-05-29net: unset IFF_XMIT_DST_RELEASE in ipip_tunnel_setup()Eric Dumazet1-0/+1
2009-05-29Merge branch 'linux-2.6.31.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller6-4/+107
2009-05-28llc: Kill outdated and incorrect comment.David S. Miller1-4/+0
2009-05-28irda: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller1-16/+2
2009-05-28tcp: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2-45/+90
2009-05-28wimax: Add netlink interface to get device statePaulius Zaleckas5-1/+93
2009-05-28wimax: document why wimax_msg_*() operations can be used in any stateInaky Perez-Gonzalez1-3/+14
2009-05-28econet: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller1-14/+4
2009-05-28decnet: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2-20/+7
2009-05-28atm: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2-36/+17
2009-05-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller4-1/+29
2009-05-27net: net/core/sock.c cleanupEric Dumazet1-59/+44
2009-05-27net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()Eric Dumazet2-11/+6
2009-05-27bridge: avoid an extra space in br_fdb_update()Jiri Pirko1-1/+1
2009-05-27netfilter: nfnetlink_log: fix wrong skbuff size calculationPablo Neira Ayuso1-0/+6
2009-05-27netfilter: xt_hashlimit does a wrong SEQ_SKIPJesper Dangaard Brouer1-1/+1
2009-05-27tcp: Do not check flush when comparing options for GROHerbert Xu1-1/+1
2009-05-27gro: Store shinfo in local variable in skb_gro_receiveHerbert Xu1-10/+12
2009-05-27gro: Nasty optimisations for page frags in skb_gro_receiveHerbert Xu1-10/+15
2009-05-27gro: Open-code final pskb_may_pullHerbert Xu1-4/+19
2009-05-27ipv4: Use 32-bit loads for ID and length in GROHerbert Xu1-4/+4
2009-05-27gro: Avoid unnecessary comparison after skb_gro_headerHerbert Xu4-17/+48
2009-05-27gro: Optimise length comparison in skb_gro_headerHerbert Xu1-1/+4
2009-05-27tcp: Optimise len/mss comparisonHerbert Xu1-1/+1
2009-05-27tcp: Remove unnecessary window comparisons for GROHerbert Xu1-1/+1