summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* af_packet: remove BUG statement in tpacket_destruct_skbdanborkmann@iogearbox.net2012-08-121-1/+0
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-08-103-1/+7
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-103-1/+7
| |\
| | * cfg80211: process pending events when unregistering net deviceDaniel Drake2012-08-063-1/+7
* | | ipv4: fix ip_send_skb()Eric Dumazet2012-08-102-4/+3
|/ /
* | net: tcp: ipv6_mapped needs sk_rx_dst_set methodEric Dumazet2012-08-092-1/+3
* | ipv4: tcp: unicast_sock should not land outside of TCP stackEric Dumazet2012-08-091-0/+1
* | tcp: must free metrics at net dismantleEric Dumazet2012-08-091-0/+12
* | net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov2012-08-081-2/+5
* | batman-adv: Fix mem leak in the batadv_tt_local_event() functionJesper Juhl2012-08-081-0/+1
* | sched: add missing group change to qfq_change_classPaolo Valente2012-08-081-26/+69
* | net: force dst_default_metrics to const sectionEric Dumazet2012-08-081-1/+9
* | net: fib: fix incorrect call_rcu_bh()Eric Dumazet2012-08-081-1/+1
* | af_packet: Quiet sparse noise about using plain integer as NULL pointerYing Xue2012-08-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-08-0822-43/+135
|\ \
| * | net: ipv6: fix TCP early demuxEric Dumazet2012-08-064-7/+39
| * | net_sched: act: Delete estimator in error path.Hiroaki SHIMODA2012-08-063-3/+14
| * | ip: fix error handling in ip_finish_output2()Vasiliy Kulikov2012-08-061-1/+1
| * | llc: free the right skbSorin Dumitru2012-08-061-3/+3
| * | tcp_output: fix sparse warning for tcp_wfreeSilviu-Mihai Popescu2012-08-061-1/+1
| * | batman-adv: select an internet gateway if none was chosenMarek Lindner2012-08-061-3/+3
| * | net_sched: gact: Fix potential panic in tcf_gact().Hiroaki SHIMODA2012-08-031-3/+11
| |/
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-024-3/+24
| |\
| | * cfg80211: Clear "beacon_found" on regulatory restorePaul Stewart2012-08-021-0/+1
| | * cfg80211: add channel flag to prohibit OFDM operationSeth Forshee2012-08-021-0/+2
| | * mac80211: cancel mesh path timerJohannes Berg2012-08-011-0/+1
| | * mac80211: clear timer bits when disconnectingJohannes Berg2012-08-012-0/+4
| | * mac80211: don't clear sched_scan_sdata on sched scan stop requestEliad Peller2012-07-301-1/+0
| | * Merge remote-tracking branch 'wireless/master' into mac80211Johannes Berg2012-07-30457-17258/+24321
| | |\
| | * | wireless: reg: restore previous behaviour of chan->max_power calculationsStanislaw Gruszka2012-07-251-1/+15
| | * | mac80211: fix scan_sdata assignmentJohannes Berg2012-07-241-1/+1
| * | | ipv4: route.c cleanupEric Dumazet2012-08-021-4/+0
| * | | Fix unexpected SA hard expiration after changing dateFan Du2012-08-021-4/+17
| * | | tcp: Apply device TSO segment limit earlierBen Hutchings2012-08-024-11/+18
| * | | net: Allow driver to limit number of GSO segments per skbBen Hutchings2012-08-021-0/+4
* | | | libceph: fix crypto key null deref, memory leakSylvain Munaut2012-08-022-1/+3
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-50/+43
|\ \ \
| * | | clean unix_bind() up a bitAl Viro2012-07-291-45/+43
| * | | pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_crea...Al Viro2012-07-291-4/+0
| * | | new helper: done_path_create()Al Viro2012-07-291-5/+4
* | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-3116-60/+304
|\ \ \ \
| * | | | nfs: enable swap on NFSMel Gorman2012-07-314-2/+62
| * | | | netvm: prevent a stream-specific deadlockMel Gorman2012-07-314-13/+27
| * | | | netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman2012-07-312-6/+63
| * | | | netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman2012-07-313-25/+112
| * | | | netvm: allow the use of __GFP_MEMALLOC by specific socketsMel Gorman2012-07-311-0/+22
| * | | | net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on th...Mel Gorman2012-07-312-8/+12
| * | | | memcg: rename config variablesAndrew Morton2012-07-315-6/+6
* | | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-312-0/+4
|\ \ \ \ \
| * | | | | net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o2012-07-142-0/+4