summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-09-29Merge commit '371a00448f95adaa612cf1a0b31a11e7093bc706' of 'git://git.kernel....David Woodhouse41-567/+1250
2012-08-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville28-438/+858
2012-08-20mac80211: clean up ieee80211_subif_start_xmitJohannes Berg1-17/+6
2012-08-20mac80211: pass channel to ieee80211_send_probe_reqJohannes Berg4-7/+11
2012-08-20mac80211: convert ops checks to WARN_ONJohannes Berg1-7/+5
2012-08-20mac80211: check operating channel in scanJohannes Berg1-5/+4
2012-08-20mac80211: use RX status band instead of current bandJohannes Berg1-1/+1
2012-08-20mac80211: don't assume channel is set in tracingJohannes Berg1-3/+6
2012-08-20mac80211: use oper_channel in rate initJohannes Berg1-1/+1
2012-08-20mac80211: remove freq/chantype from debugfsJohannes Berg1-32/+0
2012-08-20mac80211: remove almost unused local variableJohannes Berg1-5/+2
2012-08-20mac80211: mesh: don't use global channel typeJohannes Berg2-8/+10
2012-08-20mac80211: simplify buffers in aes_128_cmac_vectorJohannes Berg1-5/+1
2012-08-20mac80211: add IEEE80211_HW_P2P_DEV_ADDR_FOR_INTFJohannes Berg1-1/+14
2012-08-20mac80211: support P2P Device abstractionJohannes Berg10-96/+226
2012-08-20cfg80211: add P2P Device abstractionJohannes Berg7-14/+201
2012-08-20mac80211: make ieee80211_beacon_connection_loss_work staticJohannes Berg2-2/+1
2012-08-20mac80211: check size of channel switch IE when parsingJohannes Berg3-11/+9
2012-08-20mac80211: fix CSA handling timerJohannes Berg1-3/+2
2012-08-20mac80211: clean up CSA handling codeJohannes Berg1-18/+16
2012-08-20mac80211: remove unneeded 'bssid' variableJohannes Berg1-4/+2
2012-08-20mac80211: support A-MPDU status reportingJohannes Berg1-1/+41
2012-08-20wireless: add radiotap A-MPDU status fieldJohannes Berg1-0/+2
2012-08-20mac80211: add supported rates change notification in IBSSAntonio Quartulli2-1/+7
2012-08-20mac80211: clean up mpath_move_to_queue()Thomas Pedersen3-18/+21
2012-08-20mac80211: use skb_queue_walk() in mesh_path_assign_nexthopThomas Pedersen1-7/+1
2012-08-20mac80211: avoid using synchronize_rcu in ieee80211_set_probe_respEyal Shapira4-14/+21
2012-08-13mac80211: fix unnecessary beacon update after peering status changeMarco Porsch3-34/+33
2012-08-13af_packet: remove BUG statement in tpacket_destruct_skbdanborkmann@iogearbox.net1-1/+0
2012-08-11Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller3-1/+7
2012-08-11ipv4: fix ip_send_skb()Eric Dumazet2-4/+3
2012-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville13-95/+359
2012-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-1/+7
2012-08-10net: tcp: ipv6_mapped needs sk_rx_dst_set methodEric Dumazet2-1/+3
2012-08-10ipv4: tcp: unicast_sock should not land outside of TCP stackEric Dumazet1-0/+1
2012-08-09tcp: must free metrics at net dismantleEric Dumazet1-0/+12
2012-08-09net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov1-2/+5
2012-08-09batman-adv: Fix mem leak in the batadv_tt_local_event() functionJesper Juhl1-0/+1
2012-08-09sched: add missing group change to qfq_change_classPaolo Valente1-26/+69
2012-08-09net: force dst_default_metrics to const sectionEric Dumazet1-1/+9
2012-08-09net: fib: fix incorrect call_rcu_bh()Eric Dumazet1-1/+1
2012-08-09af_packet: Quiet sparse noise about using plain integer as NULL pointerYing Xue1-1/+1
2012-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds22-43/+135
2012-08-07net: ipv6: fix TCP early demuxEric Dumazet4-7/+39
2012-08-07net_sched: act: Delete estimator in error path.Hiroaki SHIMODA3-3/+14
2012-08-07ip: fix error handling in ip_finish_output2()Vasiliy Kulikov1-1/+1
2012-08-07llc: free the right skbSorin Dumitru1-3/+3
2012-08-07tcp_output: fix sparse warning for tcp_wfreeSilviu-Mihai Popescu1-1/+1
2012-08-07batman-adv: select an internet gateway if none was chosenMarek Lindner1-3/+3
2012-08-06cfg80211: process pending events when unregistering net deviceDaniel Drake3-1/+7