summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-10-19net: add skb frag size accessorsEric Dumazet15-80/+85
2011-10-19xfrm6: Don't call icmpv6_send on local errorSteffen Klassert1-2/+54
2011-10-19ipv6: Fix IPsec slowpath fragmentation problemSteffen Klassert2-8/+13
2011-10-19ipv6: Remove superfluous NULL pointer check in ipv6_local_rxpmtuSteffen Klassert1-4/+0
2011-10-19xfrm: Simplify the replay check and advance functionsSteffen Klassert1-64/+34
2011-10-19net: allow vlan traffic to be received under bondJohn Fastabend1-11/+11
2011-10-19bluetooth: Properly clone LSM attributes to newly created child connectionsPaul Moore3-1/+11
2011-10-19l2tp: give proper headroom in pppol2tp_xmit()Eric Dumazet1-1/+8
2011-10-19l2tp: fix a potential skb leak in l2tp_xmit_skb()Eric Dumazet1-1/+3
2011-10-19bridge: fix hang on removal of bridge via netlinkstephen hemminger3-4/+7
2011-10-19macvlan: handle fragmented multicast framesEric Dumazet2-38/+37
2011-10-19batman-adv: correctly set the data field in the TT_REPONSE packetAntonio Quartulli1-1/+4
2011-10-19batman-adv: fix tt_local_reset_flags() functionAntonio Quartulli1-0/+2
2011-10-18SUNRPC: Remove unnecessary export of rpc_sockaddr2uaddrTrond Myklebust1-1/+0
2011-10-18SUNRPC: Fix rpc_sockaddr2uaddrTrond Myklebust2-5/+6
2011-10-18SUNRPC/NFS: make rpc pipe upcall genericPeng Tao2-22/+22
2011-10-18Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller3-53/+88
2011-10-18x25: Prevent skb overreads when checking call user dataMatthew Daley1-1/+2
2011-10-18x25: Handle undersized/fragmented skbsMatthew Daley6-17/+87
2011-10-18x25: Validate incoming call user data lengthsMatthew Daley2-0/+9
2011-10-18ipv6: remove a rcu_read_lock in ndisc_constructorRoy.Li1-3/+0
2011-10-18can: remove references to berlios mailinglistMarc Kleine-Budde6-12/+0
2011-10-18net/flow: Fix potential memory leakhuajun li1-1/+13
2011-10-17Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville11-273/+292
2011-10-17if_link: Add additional parameter to IFLA_VF_INFO for spoof checkingGreg Rose1-3/+30
2011-10-14mac80211: Provide station flags to cfg80211Helmut Schaa1-1/+19
2011-10-14nl80211: Add sta_flags to the station infoHelmut Schaa1-0/+4
2011-10-14mac80211: fix TID for null poll responseJohannes Berg1-4/+2
2011-10-14mac80211: reformat TX unauthorised checkJohannes Berg1-5/+4
2011-10-14mac80211: Populate radiotap header with MCS info for TX framesHelmut Schaa1-0/+23
2011-10-14mac80211: Build TX radiotap header dynamicallyHelmut Schaa3-52/+78
2011-10-14net: more accurate skb truesizeEric Dumazet7-19/+27
2011-10-13net-netlink: Add a new attribute to expose TOS values via netlinkMurali Raja1-0/+5
2011-10-12IPVS netns shutdown/startup dead-lockHans Schillstrom2-51/+86
2011-10-12cipso: remove an unneeded NULL check in cipso_v4_doi_add()Dan Carpenter1-1/+1
2011-10-12mac80211: dont orphan TX skbJohannes Berg1-5/+0
2011-10-12mac80211: dont adjust truesizeJohannes Berg1-3/+0
2011-10-12mac80211: parse radiotap header earlierJohannes Berg1-113/+88
2011-10-12mac80211: move fragment flag to info flag as dont-fragmentJohannes Berg3-27/+16
2011-10-12mac80211: remove tx_data ethertypeJohannes Berg2-7/+1
2011-10-12mac80211: optimise monitor xmitJohannes Berg1-59/+49
2011-10-12mac80211: Fix regression that allowed mpaths between non-peers.Javier Cardona1-0/+9
2011-10-12mac80211: fix offchannel TX cookie matchingJohannes Berg4-3/+4
2011-10-12mac80211: pass no-CCK flag through to HW scanJohannes Berg1-0/+1
2011-10-11Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville38-651/+1740
2011-10-11sunrpc: add MODULE_ALIAS to match the filesystem nameMichal Schmidt1-0/+3
2011-10-10gro: refetch inet6_protos[] after pulling ext headersYan, Zheng1-0/+1
2011-10-10af_packet: remove unnecessary BUG_ON() in tpacket_destruct_skbdanborkmann@iogearbox.net1-2/+0
2011-10-08Merge branch 'pm-qos' into pm-for-linusRafael J. Wysocki3-3/+3
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller16-102/+122