summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ipv4: Cache local output routesYan, Zheng2012-08-141-1/+0
| * | | | | netpoll: re-enable irq in poll_napi()Amerigo Wang2012-08-141-1/+9
| * | | | | netpoll: handle vlan tags in netpoll tx and rx pathAmerigo Wang2012-08-141-0/+15
| * | | | | vlan: clean up vlan_dev_hard_start_xmit()Amerigo Wang2012-08-141-7/+20
| * | | | | vlan: clean up some variable namesAmerigo Wang2012-08-141-6/+6
| * | | | | netpoll: check netpoll tx status on the right deviceAmerigo Wang2012-08-141-1/+1
| * | | | | bridge: use list_for_each_entry() in netpoll functionsAmerigo Wang2012-08-141-5/+4
| * | | | | bridge: add some comments for NETDEV_RELEASEAmerigo Wang2012-08-141-0/+4
| * | | | | netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()Amerigo Wang2012-08-141-14/+17
| * | | | | netpoll: take rcu_read_lock_bh() in netpoll_rx()Amerigo Wang2012-08-141-2/+1
| * | | | | netpoll: make __netpoll_cleanup non-blockAmerigo Wang2012-08-143-20/+34
| * | | | | netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang2012-08-145-16/+17
| |/ / / /
| * | | | 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
| * | | libceph: fix crypto key null deref, memory leakSylvain Munaut2012-08-022-1/+3
* | | | tipc: eliminate configuration for maximum number of name publicationsYing Xue2012-08-204-26/+5
* | | | tipc: eliminate configuration for maximum number of name subscriptionsYing Xue2012-08-204-28/+7
* | | | tipc: add __read_mostly annotations to several global variablesYing Xue2012-08-203-11/+11
* | | | tipc: convert tipc_nametbl_size type from variable to macroYing Xue2012-08-201-5/+5
* | | | tipc: change tipc_net_start routine return value typeYing Xue2012-08-203-6/+4
* | | | tipc: manually inline single use media_name_valid routineYing Xue2012-08-201-16/+1
* | | | tipc: remove pointless name sanity check and tipc_alphabet arrayYing Xue2012-08-204-12/+3
* | | | tipc: fix lockdep warning during bearer initializationYing Xue2012-08-201-1/+15
* | | | tipc: optimize the initialization of network device notifierYing Xue2012-08-201-3/+10
* | | | packet: Report fanout status via diag enginePavel Emelyanov2012-08-203-21/+42
* | | | packet: Report rings cfg via diag enginePavel Emelyanov2012-08-201-1/+47
* | | | gre: information leak in ip6_tnl_ioctl()Dan Carpenter2012-08-201-0/+2
* | | | xfrm: Use rcu_dereference_bh to deference pointer protected by rcu_read_lock_bhFan Du2012-08-161-2/+2
* | | | sctp: fix bogus if statement in sctp_auth_recv_cid()Dan Carpenter2012-08-161-1/+1
* | | | sctp: fix compile issue with disabled CONFIG_NET_NSUlrich Weber2012-08-161-6/+3
* | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-08-1516-129/+392
|\ \ \ \