summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: Introduce ip6_sk_dst_hoplimit.Lorenzo Colitti2014-04-306-43/+9
* tipc: move the delivery of named messages out of nametbl lockYing Xue2014-04-283-13/+22
* tipc: fix out of bounds indexingErik Hugne2014-04-281-1/+1
* ipv4: Use predefined value for readabilityHisao Tanabe2014-04-281-3/+3
* ethtool: exit the loop when invalid index occursJean Sacren2014-04-281-1/+3
* sched, act: allow to clear all actions as wellCong Wang2014-04-271-8/+6
* sched, cls: check if we could overwrite actions when changing a filterCong Wang2014-04-2710-39/+41
* tipc: fix a possible memory leakYing Xue2014-04-271-1/+3
* inetpeer_gc_worker: trivial cleanupxiao jin2014-04-261-1/+1
* net_namespace: trivial cleanupxiao jin2014-04-261-1/+1
* tipc: add ioctl to fetch link namesErik Hugne2014-04-263-3/+54
* tipc: add support for link state subscriptionsErik Hugne2014-04-261-1/+5
* vxlan: add x-netns supportNicolas Dichtel2014-04-241-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-04-243-10/+12
|\
| * net: filter: initialize A and X registersAlexei Starovoitov2014-04-231-7/+9
| * net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski2014-04-222-3/+3
* | ip6gre: add x-netns supportNicolas Dichtel2014-04-231-20/+32
* | gre: add x-netns supportNicolas Dichtel2014-04-231-3/+3
* | 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