summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-04-29netfilter: nfnetlink_acct: Adding quota support to accounting frameworkMathieu Poirier2-1/+89
2014-04-23netfilter: Fix format string mismatch in ip_vs_proto_name()Masanari Iida1-1/+1
2014-04-23netlink: implement unbind to netlink_setsockopt NETLINK_DROP_MEMBERSHIPRichard Guy Briggs1-1/+3
2014-04-23netlink: have netlink per-protocol bind function return an error code.Richard Guy Briggs3-23/+54
2014-04-23netlink: simplify nfnetlink_bindRichard Guy Briggs1-5/+2
2014-04-23filter: added BPF random opcodeChema Gonzalez1-0/+12
2014-04-23vlan: unnecessary to check if vlan_pcpu_stats is NULLLi RongQing1-30/+28
2014-04-23ethtool: Support for configurable RSS hash keyVenkata Duvvuru1-14/+207
2014-04-23tcp: avoid retransmits of TCP packets hanging in host queuesEric Dumazet1-8/+26
2014-04-23ipv6: support IFA_F_MANAGETEMPADDR for address deletion tooHeiner Kallweit1-4/+16
2014-04-23tipc: fix race in disc create/deleteYing Xue3-20/+37
2014-04-23tipc: use bc_lock to protect node map in bearer structureYing Xue3-12/+13
2014-04-23tipc: use bearer_disable to disable bearer in tipc_l2_device_eventYing Xue1-1/+1
2014-04-23tipc: make media_ptr pointed netdevice validYing Xue1-0/+1
2014-04-23tipc: purge tipc_net_lock lockYing Xue7-100/+42
2014-04-23tipc: use RCU to protect media_ptr pointerYing Xue2-4/+11
2014-04-23tipc: decouple the relationship between bearer and linkYing Xue7-46/+88
2014-04-23tipc: convert bearer_list to RCU listYing Xue3-13/+18
2014-04-23tipc: use RTNL lock to protect tipc_net_stop routineYing Xue1-0/+2
2014-04-23tipc: adjust locking policy of protecting tipc_ptr pointer of net_deviceYing Xue1-8/+3
2014-04-23tipc: replace config_mutex lock with RTNL lockYing Xue2-5/+3
2014-04-21tcp: make tcp_cwnd_application_limited() staticWeiping Pan2-22/+22
2014-04-216lowpan: make lowpan_cb staticLuis R. Rodriguez1-1/+1
2014-04-216lowpan: add helper to get 6lowpan namespaceLuis R. Rodriguez1-16/+30
2014-04-21sctp: add support for busy polling to sctp protocolNeil Horman2-0/+9
2014-04-21net: Add __dev_forward_skbHerbert Xu1-18/+24
2014-04-21tcp: Add a TCP_FASTOPEN socket option to get a max backlog on its listnerKenjiro Nakayama1-0/+8
2014-04-19net: sctp: cache auth_enable per endpointVlad Yasevich6-59/+89
2014-04-19Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller4-3/+14
2014-04-19vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong2-5/+42
2014-04-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-3/+14
2014-04-16ip6_tunnel: use the right netns in ioctl handlerNicolas Dichtel1-4/+4
2014-04-16sit: use the right netns in ioctl handlerNicolas Dichtel1-13/+4
2014-04-16ip_tunnel: use the right netns in ioctl handlerNicolas Dichtel1-8/+7
2014-04-16net: use SYSCALL_DEFINEx for sys_recvJan Glauber1-2/+2
2014-04-16ipv4, route: pass 0 instead of LOOPBACK_IFINDEX to fib_validate_source()Cong Wang1-2/+1
2014-04-16ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang5-7/+5
2014-04-15ip6_gre: don't allow to remove the fb_tunnel_devNicolas Dichtel1-0/+10
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet13-33/+48
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet7-10/+10
2014-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-24/+5
2014-04-15net: Start with correct mac_len in skb_network_protocolVlad Yasevich1-1/+1
2014-04-15Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re...Daniel Borkmann4-24/+74
2014-04-15net: filter: seccomp: fix wrong decoding of BPF_S_ANC_SECCOMP_LD_WDaniel Borkmann1-1/+0
2014-04-14Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville4-3/+14
2014-04-14ipv6: Limit mtu to 65575 bytesEric Dumazet1-2/+3
2014-04-14netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4Patrick McHardy2-3/+2
2014-04-14netfilter: nf_conntrack: initialize net.ct.generationAndrey Vagin1-0/+1
2014-04-14filter: prevent nla extensions to peek beyond the end of the messageMathias Krause1-1/+7
2014-04-14ipv4: return valid RTA_IIF on ip route getJulian Anastasov1-1/+1