aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-26net_sched: sfb: optimize enqueue on full queueEric Dumazet1-5/+8
2011-08-26af_packet: Prefixed tpacket_v3 structs to avoid name space collisionchetan loke1-55/+62
2011-08-24Scm: Remove unnecessary pid & credential references in Unix socket's send and receive pathTim Chen1-16/+29
2011-08-24sctp: Bundle HEAERTBEAT into ASCONF_ACKMichio Honda3-0/+7
2011-08-24sctp: HEARTBEAT negotiation after ASCONFMichio Honda1-0/+4
2011-08-24Proportional Rate Reduction for TCP.Nandita Dukkipati2-7/+58
2011-08-24af-packet: TPACKET_V3 flexible buffer implementation.chetan loke1-46/+891
2011-08-24IEEE802.15.4: 6LoWPAN basic supportAlexander Smirnov4-3/+1108
2011-08-24net: xfrm: convert to SKB frag APIsIan Campbell1-4/+7
2011-08-24net: ipv6: convert to SKB frag APIsIan Campbell1-3/+4
2011-08-24net: ipv4: convert to SKB frag APIsIan Campbell4-6/+8
2011-08-24net: convert core to skb paged frag APIsIan Campbell7-36/+36
2011-08-24rps: support IPIP encapsulationEric Dumazet1-0/+2
2011-08-24Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller20-148/+283
2011-08-22Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller19-417/+375
2011-08-22net: vlan: goto another_round instead of calling __netif_receive_skbJiri Pirko1-4/+3
2011-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville19-417/+375
2011-08-22batman-adv: merge update_transtable() into tt related codeMarek Lindner3-74/+70
2011-08-22batman-adv: reuse tt_len() to calculate tt buffer lengthMarek Lindner1-2/+1
2011-08-22batman-adv: print client flags in the local/global transtables outputAntonio Quartulli1-10/+27
2011-08-22batman-adv: implement AP-isolation on the sender sideAntonio Quartulli5-12/+29
2011-08-22batman-adv: implement AP-isolation on the receiver sideAntonio Quartulli5-0/+50
2011-08-22batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli9-11/+55
2011-08-22batman-adv: correct several typ0s in the commentsAntonio Quartulli12-37/+36
2011-08-22batman-adv: hash_add() has to discriminate on the return valueAntonio Quartulli3-9/+22
2011-08-20net: Preserve ooo_okay when copying skb headerChangli Gao1-0/+1
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-26/+43
2011-08-19ipv6: Fix ipv6_getsockopt for IPV6_2292PKTOPTIONSDaniel Baluta1-4/+5
2011-08-18net: rps: support PPPOE session messagesChangli Gao1-0/+8
2011-08-18net: rps: support 802.1QChangli Gao1-0/+8
2011-08-18vlan: reset headers on accel emulation pathJiri Pirko1-0/+2
2011-08-17net: remove ndo_set_multicast_list callbackJiri Pirko3-7/+5
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko7-10/+6
2011-08-17net: introduce IFF_UNICAST_FLT private flagJiri Pirko1-6/+6
2011-08-17net_sched: fix port mirror/redirect stats reportingJamal Hadi Salim1-2/+1
2011-08-17rps: Inspect GRE encapsulated packets to get flow hashTom Herbert1-0/+22
2011-08-17rps: Infrastructure in __skb_get_rxhash for deep inspectionTom Herbert1-0/+7
2011-08-17rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert6-13/+16
2011-08-17rps: Some minor cleanup in get_rps_cpusTom Herbert1-5/+7
2011-08-16sit tunnels: propagate IPv6 transport class to IPv4 Type of ServiceLionel Elie Mamane1-0/+3
2011-08-13af_iucv: add HiperSockets transportUrsula Braun1-72/+677
2011-08-13af_iucv: cleanup - use iucv_sk(sk) earlyUrsula Braun1-21/+23
2011-08-13af_iucv: use loadable iucv interfaceFrank Blaschka1-45/+74
2011-08-13iucv: kernel option for z/VM IUCV and HiperSocketsUrsula Braun1-6/+8
2011-08-13iucv: introduce loadable iucv interfaceFrank Blaschka1-0/+23
2011-08-12nl80211/cfg80211: Add extra IE configuration to AP mode setupJouni Malinen1-1/+27
2011-08-12nl80211/cfg80211: Add crypto settings into NEW_BEACONJouni Malinen1-0/+21
2011-08-12nl80211/cfg80211: Allow SSID to be specified in new beacon commandJouni Malinen1-0/+29
2011-08-12cfg80211/mac80211: move information element parsing logic to cfg80211Yogesh Ashok Powar3-230/+168
2011-08-12net: cleanup some rcu_dereference_rawEric Dumazet10-23/+22