summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman2014-03-295-19/+17
* 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/+10
* 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/+3
* 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/+5
* 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/+3
* tipc: remove unnecessary checking for node objectYing Xue2014-03-271-6/+0
* 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-259-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
| | * openvswitch: Fix race.Jarno Rajahalme2014-02-151-3/+4
| | * openvswitch: Read tcp flags only then the tranport header is present.Jarno Rajahalme2014-02-151-0/+1
| | * ovs: fix dp check in ovs_dp_reset_user_featuresJiri Pirko2014-02-151-1/+1
| * | ip6mr: fix mfc notification flagsNicolas Dichtel2014-03-201-5/+8
| * | ipmr: fix mfc notification flagsNicolas Dichtel2014-03-201-5/+8
| * | rtnetlink: fix fdb notification flagsNicolas Dichtel2014-03-201-4/+6
| * | ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properlylucien2014-03-181-8/+6
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-03-182-12/+13
| |\ \
| | * | selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov2014-03-102-6/+6
| | * | net: af_key: fix sleeping under rcuNikolay Aleksandrov2014-03-101-6/+7
* | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-03-2546-392/+989
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-2146-392/+989
| |\ \ \ \
| | * \ \ \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-03-2015-183/+360
| | |\ \ \ \
| | | * | | | Bluetooth: Enforce strict Secure Connections Only mode securityMarcel Holtmann2014-03-192-0/+23
| | | * | | | Bluetooth: Fix Pair Device response parameters for pairing failureJohan Hedberg2014-03-191-2/+14
| | | * | | | Bluetooth: Fix SMP user passkey notification mgmt eventJohan Hedberg2014-03-191-2/+3
| | | * | | | Bluetooth: Increase SMP re-encryption delay to 500msJohan Hedberg2014-03-191-1/+1
| | | * | | | Bluetooth: Simplify logic when checking SMP_FLAG_TK_VALIDJohan Hedberg2014-03-191-4/+2
| | | * | | | Bluetooth: Fix MITM flag when initiating SMP pairingJohan Hedberg2014-03-181-0/+6
| | | * | | | Bluetooth: Fix smp_e byte order to be consistent with SMP specificationJohan Hedberg2014-03-181-55/+46
| | | * | | | Bluetooth: Fix const declaration for swap function src parameterJohan Hedberg2014-03-181-2/+2
OpenPOWER on IntegriCloud