aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-03tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet14-43/+33
2014-05-02tcp: fix cwnd limited checking to improve congestion controlEric Dumazet2-27/+14
2014-05-02net: Allow tc changes in user namespacesStéphane Graber2-4/+7
2014-04-30tipc: fix memory leak of publicationsYing Xue1-1/+1
2014-04-30net: ipv6: Introduce ip6_sk_dst_hoplimit.Lorenzo Colitti6-43/+9
2014-04-28tipc: move the delivery of named messages out of nametbl lockYing Xue3-13/+22
2014-04-28tipc: fix out of bounds indexingErik Hugne1-1/+1
2014-04-28ipv4: Use predefined value for readabilityHisao Tanabe1-3/+3
2014-04-28ethtool: exit the loop when invalid index occursJean Sacren1-1/+3
2014-04-27sched, act: allow to clear all actions as wellCong Wang1-8/+6
2014-04-27sched, cls: check if we could overwrite actions when changing a filterCong Wang10-39/+41
2014-04-27tipc: fix a possible memory leakYing Xue1-1/+3
2014-04-26inetpeer_gc_worker: trivial cleanupxiao jin1-1/+1
2014-04-26net_namespace: trivial cleanupxiao jin1-1/+1
2014-04-26tipc: add ioctl to fetch link namesErik Hugne3-3/+54
2014-04-26tipc: add support for link state subscriptionsErik Hugne1-1/+5
2014-04-24vxlan: add x-netns supportNicolas Dichtel1-1/+2
2014-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-10/+12
2014-04-23net: filter: initialize A and X registersAlexei Starovoitov1-7/+9
2014-04-23ip6gre: add x-netns supportNicolas Dichtel1-20/+32
2014-04-23gre: add x-netns supportNicolas Dichtel1-3/+3
2014-04-22netlink: implement unbind to netlink_setsockopt NETLINK_DROP_MEMBERSHIPRichard Guy Briggs1-1/+3
2014-04-22netlink: have netlink per-protocol bind function return an error code.Richard Guy Briggs3-23/+54
2014-04-22netlink: simplify nfnetlink_bindRichard Guy Briggs1-5/+2
2014-04-22filter: added BPF random opcodeChema Gonzalez1-0/+12
2014-04-22vlan: unnecessary to check if vlan_pcpu_stats is NULLLi RongQing1-30/+28
2014-04-22ethtool: Support for configurable RSS hash keyVenkata Duvvuru1-14/+207
2014-04-22tcp: avoid retransmits of TCP packets hanging in host queuesEric Dumazet1-8/+26
2014-04-22ipv6: support IFA_F_MANAGETEMPADDR for address deletion tooHeiner Kallweit1-4/+16
2014-04-22tipc: fix race in disc create/deleteYing Xue3-20/+37
2014-04-22tipc: use bc_lock to protect node map in bearer structureYing Xue3-12/+13
2014-04-22tipc: use bearer_disable to disable bearer in tipc_l2_device_eventYing Xue1-1/+1
2014-04-22tipc: make media_ptr pointed netdevice validYing Xue1-0/+1
2014-04-22tipc: purge tipc_net_lock lockYing Xue7-100/+42
2014-04-22tipc: use RCU to protect media_ptr pointerYing Xue2-4/+11
2014-04-22tipc: decouple the relationship between bearer and linkYing Xue7-46/+88
2014-04-22tipc: convert bearer_list to RCU listYing Xue3-13/+18
2014-04-22tipc: use RTNL lock to protect tipc_net_stop routineYing Xue1-0/+2
2014-04-22tipc: adjust locking policy of protecting tipc_ptr pointer of net_deviceYing Xue1-8/+3
2014-04-22tipc: replace config_mutex lock with RTNL lockYing Xue2-5/+3
2014-04-22net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski2-3/+3
2014-04-20tcp: make tcp_cwnd_application_limited() staticWeiping Pan2-22/+22
2014-04-206lowpan: make lowpan_cb staticLuis R. Rodriguez1-1/+1
2014-04-206lowpan: add helper to get 6lowpan namespaceLuis R. Rodriguez1-16/+30
2014-04-20sctp: add support for busy polling to sctp protocolNeil Horman2-0/+9
2014-04-20net: Add __dev_forward_skbHerbert Xu1-18/+24
2014-04-20tcp: Add a TCP_FASTOPEN socket option to get a max backlog on its listnerKenjiro Nakayama1-0/+8
2014-04-18net: sctp: cache auth_enable per endpointVlad Yasevich6-59/+89
2014-04-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller4-3/+14
2014-04-18vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong2-5/+42