summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-2916-122/+257
|\
| * vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich2014-03-281-0/+3
| * bridge: Fix crash with vlan filtering and tcpdumpVlad Yasevich2014-03-282-5/+20
| * net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich2014-03-282-5/+11
| * ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa2014-03-281-51/+142
| * tcp: fix get_timewait4_sock() delay computation on 64bitEric Dumazet2014-03-281-1/+1
| * openvswitch: fix a possible deadlock and lockdep warningFlavio Leitner2014-03-281-20/+6Star
| * bridge: Fix handling stacked vlan tagsToshiaki Makita2014-03-281-17/+1Star
| * bridge: Fix inabillity to retrieve vlan tags when tx offload is disabledToshiaki Makita2014-03-282-3/+15
| * core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss2014-03-273-10/+32
| * vlan: Set hard_header_len according to available accelerationVlad Yasevich2014-03-272-2/+5
| * net: unix: non blocking recvmsg() should not return -EINTREric Dumazet2014-03-261-5/+12
| * ip_tunnel: Fix dst ref-count.Pravin B Shelar2014-03-263-3/+9
* | ipv6: fix checkpatch errors of "foo*" and "foo * bar"Wang Yufen2014-03-291-15/+15
* | ipv6: fix checkpatch errors of brace and trailing statementsWang Yufen2014-03-291-8/+10
* | ipv6: fix checkpatch errors comments and spaceWang Yufen2014-03-291-14/+12Star
* | netpoll: Respect NETIF_F_LLTXEric W. Biederman2014-03-291-5/+5
* | netpoll: Remove strong unnecessary assumptions about skbsEric W. Biederman2014-03-291-2/+2
* | netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enableEric W. Biederman2014-03-292-8/+8
* | netpoll: Move rx enable/disable into __dev_close_manyEric W. Biederman2014-03-291-9/+4Star
* | netpoll: Only call ndo_start_xmit from a single placeEric W. Biederman2014-03-291-25/+36
* | netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman2014-03-295-19/+17Star
* | net: net: add a core netdev->tx_dropped counterEric Dumazet2014-03-281-0/+2
* | packet: respect devices with LLTX flag in direct xmitDaniel Borkmann2014-03-281-20/+20
* | tipc: make discovery domain a bearer attributeErik Hugne2014-03-283-16/+10Star
* | tipc: fix neighbor detection problem after hw address changeErik Hugne2014-03-282-0/+9
* | hsr: replace del_timer by del_timer_syncJulia Lawall2014-03-271-1/+1
* | atm: replace del_timer by del_timer_syncJulia Lawall2014-03-271-1/+1
* | tcp: tcp_make_synack() minor changesEric Dumazet2014-03-271-2/+2
* | ipv6: do not overwrite inetpeer metrics prematurelyMichal Kubeček2014-03-272-36/+55
* | tipc: use node list lock to protect tipc_num_links variableYing Xue2014-03-271-10/+11
* | tipc: use node_list_lock to protect tipc_num_nodes variableYing Xue2014-03-271-4/+3Star
* | tipc: tipc: convert node list and node hlist to RCU listsYing Xue2014-03-274-21/+31
* | tipc: rename node create lock to protect node list and hlistYing Xue2014-03-273-35/+35
* | tipc: make broadcast bearer store in bearer_list arrayYing Xue2014-03-272-4/+6
* | tipc: remove active flag from tipc_bearer structureYing Xue2014-03-274-12/+5Star
* | tipc: convert tipc_bearers array to pointer listYing Xue2014-03-273-15/+38
* | tipc: acquire necessary locks in named_cluster_distribute routineYing Xue2014-03-271-3/+11
* | tipc: obsolete the remote management featureYing Xue2014-03-275-121/+3Star
* | tipc: remove unnecessary checking for node objectYing Xue2014-03-271-6/+0Star
* | net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.cMonam Agarwal2014-03-271-1/+1
* | net/bridge: Use RCU_INIT_POINTER(x, NULL) in br_vlan.cMonam Agarwal2014-03-271-4/+4
* | vlan: make a new function vlan_dev_vlan_proto() and exportdingtianhong2014-03-261-0/+6
* | net: Rename skb->rxhash to skb->hashTom Herbert2014-03-264-14/+14
* | tcp: delete unused parameter in tcp_nagle_check()Peter Pan(潘卫平)2014-03-261-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-269-53/+63
|\|
| * tipc: fix spinlock recursion bug for failed subscriptionsErik Hugne2014-03-241-14/+15
| * netpoll: fix the skb check in pkt_is_nsLi RongQing2014-03-241-1/+1
| * Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2014-03-202-5/+7
| |\
| | * openvswitch: Correctly report flow used times for first 5 minutes after boot.Ben Pfaff2014-03-201-1/+1