summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netlink: implement unbind to netlink_setsockopt NETLINK_DROP_MEMBERSHIPRichard Guy Briggs2014-04-221-1/+3
* netlink: have netlink per-protocol bind function return an error code.Richard Guy Briggs2014-04-223-23/+54
* netlink: simplify nfnetlink_bindRichard Guy Briggs2014-04-221-5/+2
* filter: added BPF random opcodeChema Gonzalez2014-04-221-0/+12
* vlan: unnecessary to check if vlan_pcpu_stats is NULLLi RongQing2014-04-221-30/+28
* ethtool: Support for configurable RSS hash keyVenkata Duvvuru2014-04-221-14/+207
* tcp: avoid retransmits of TCP packets hanging in host queuesEric Dumazet2014-04-221-8/+26
* ipv6: support IFA_F_MANAGETEMPADDR for address deletion tooHeiner Kallweit2014-04-221-4/+16
* tipc: fix race in disc create/deleteYing Xue2014-04-223-20/+37
* tipc: use bc_lock to protect node map in bearer structureYing Xue2014-04-223-12/+13
* tipc: use bearer_disable to disable bearer in tipc_l2_device_eventYing Xue2014-04-221-1/+1
* tipc: make media_ptr pointed netdevice validYing Xue2014-04-221-0/+1
* tipc: purge tipc_net_lock lockYing Xue2014-04-227-100/+42
* tipc: use RCU to protect media_ptr pointerYing Xue2014-04-222-4/+11
* tipc: decouple the relationship between bearer and linkYing Xue2014-04-227-46/+88
* tipc: convert bearer_list to RCU listYing Xue2014-04-223-13/+18
* tipc: use RTNL lock to protect tipc_net_stop routineYing Xue2014-04-221-0/+2
* tipc: adjust locking policy of protecting tipc_ptr pointer of net_deviceYing Xue2014-04-221-8/+3
* tipc: replace config_mutex lock with RTNL lockYing Xue2014-04-222-5/+3
* tcp: make tcp_cwnd_application_limited() staticWeiping Pan2014-04-202-22/+22
* 6lowpan: make lowpan_cb staticLuis R. Rodriguez2014-04-201-1/+1
* 6lowpan: add helper to get 6lowpan namespaceLuis R. Rodriguez2014-04-201-16/+30
* sctp: add support for busy polling to sctp protocolNeil Horman2014-04-202-0/+9
* net: Add __dev_forward_skbHerbert Xu2014-04-201-18/+24
* tcp: Add a TCP_FASTOPEN socket option to get a max backlog on its listnerKenjiro Nakayama2014-04-201-0/+8
* net: sctp: cache auth_enable per endpointVlad Yasevich2014-04-186-59/+89
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-04-184-3/+14
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-04-174-3/+14
| |\
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-04-144-3/+14
| | |\
| | | * mac80211: exclude AP_VLAN interfaces from tx power calculationFelix Fietkau2014-04-111-0/+2
| | | * mac80211: suppress BSS info change notifications for AP_VLANFelix Fietkau2014-04-111-1/+1
| | | * mac80211: update last_tx_rate only for data frameChun-Yeow Yeoh2014-04-091-0/+1
| | | * mac80211: fix radar_enabled propagationMichal Kazior2014-04-091-2/+2
| | | * mac80211: Disable SMPS for the monitor interfaceIdo Yariv2014-04-091-0/+7
| | | * mac80211: fix software remain-on-channel implementationJohannes Berg2014-04-091-0/+1
* | | | vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong2014-04-182-5/+42
|/ / /
* | | ip6_tunnel: use the right netns in ioctl handlerNicolas Dichtel2014-04-161-4/+4
* | | sit: use the right netns in ioctl handlerNicolas Dichtel2014-04-161-13/+4
* | | ip_tunnel: use the right netns in ioctl handlerNicolas Dichtel2014-04-161-8/+7
* | | net: use SYSCALL_DEFINEx for sys_recvJan Glauber2014-04-161-2/+2
* | | ipv4, route: pass 0 instead of LOOPBACK_IFINDEX to fib_validate_source()Cong Wang2014-04-161-2/+1
* | | ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang2014-04-165-7/+5
* | | ip6_gre: don't allow to remove the fb_tunnel_devNicolas Dichtel2014-04-151-0/+10
* | | ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-1513-33/+48
* | | ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet2014-04-157-10/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-04-145-24/+5
|\ \ \
| * | | netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4Patrick McHardy2014-04-142-3/+2
| * | | netfilter: nf_conntrack: initialize net.ct.generationAndrey Vagin2014-04-141-0/+1
| * | | netfilter: nf_conntrack: flush net_gre->keymap_list only from gre helperAndrey Vagin2014-04-082-21/+2
* | | | net: Start with correct mac_len in skb_network_protocolVlad Yasevich2014-04-141-1/+1