summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-07net: use sock_valbool_flag to set/clear SOCK_RXQ_OVFLJohannes Berg1-4/+1
2011-10-06dcb: add DCBX mode to event notifier attributesJohn Fastabend1-0/+6
2011-10-06dcb: Use ifindex instead of ifnameMark Rustad1-12/+12
2011-10-06bridge: allow forwarding some link local framesstephen hemminger4-5/+71
2011-10-06bridge: leave carrier on for empty bridgestephen hemminger1-3/+0
2011-10-06netfilter: Use proper rwlock init functionThomas Gleixner1-1/+1
2011-10-05tcp: properly update lost_cnt_hint during shiftingYan, Zheng1-3/+1
2011-10-05tcp: properly handle md5sig_pool referencesYan, Zheng2-7/+12
2011-10-04Merge branch 'master' of git://github.com/padovan/bluetooth-nextJohn W. Linville8-192/+152
2011-10-04Merge git://github.com/davem330/netLinus Torvalds4-34/+40
2011-10-03mac80211: pass vif param to conf_tx() callbackEliad Peller1-1/+2
2011-10-03mac80211: Send nullfunc frames at lower rate during connection monitorRajkumar Manoharan2-3/+10
2011-10-03net:rfkill: add a gpio setup function into GPIO rfkillSangwook Lee1-0/+11
2011-10-03mac80211: Allow noack flag overwrite for injected framesHelmut Schaa1-2/+13
2011-10-03make PACKET_STATISTICS getsockopt report consistently between ring and non-ringWillem de Bruijn1-1/+4
2011-10-03ipv4: NET_IPV4_ROUTE_GC_INTERVAL removalVasily Averin1-8/+0
2011-10-03tcp: report ECN_SEEN in tcp_infoEric Dumazet1-1/+3
2011-10-03caif: add error handling for allocationDan Carpenter1-9/+14
2011-10-03bridge: allow updating existing fdb entriesstephen hemminger1-7/+16
2011-10-03bridge: fix ordering of NEWLINK and NEWNEIGH eventsstephen hemminger1-8/+7
2011-10-03RPS: Ensure that an expired hardware filter can be re-added laterBen Hutchings1-6/+3
2011-10-03netfilter: nf_conntrack: fix event flooding in GRE protocol trackerFlorian Westphal1-2/+2
2011-09-30mac80211: dont assign seqno to or aggregate QoS Null framesJohannes Berg1-0/+4
2011-09-30mac80211: allow out-of-band EOSP notificationJohannes Berg4-0/+66
2011-09-30mac80211: explicitly notify drivers of frame releaseJohannes Berg3-10/+61
2011-09-30mac80211: add missing station flags to debugfsJohannes Berg1-11/+14
2011-09-30mac80211: optimise station flagsJohannes Berg18-194/+173
2011-09-30mac80211: reply only once to each PS-pollJohannes Berg3-16/+18
2011-09-30mac80211: send (QoS) Null if no buffered framesJohannes Berg3-12/+92
2011-09-30mac80211: implement uAPSDJohannes Berg5-79/+224
2011-09-30mac80211: allow releasing driver-buffered framesJohannes Berg3-16/+116