summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-04-24vxlan: add x-netns supportNicolas Dichtel
2014-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-04-23net: filter: initialize A and X registersAlexei Starovoitov
2014-04-23ip6gre: add x-netns supportNicolas Dichtel
2014-04-23gre: add x-netns supportNicolas Dichtel
2014-04-23netlink: implement unbind to netlink_setsockopt NETLINK_DROP_MEMBERSHIPRichard Guy Briggs
2014-04-23netlink: have netlink per-protocol bind function return an error code.Richard Guy Briggs
2014-04-23netlink: simplify nfnetlink_bindRichard Guy Briggs
2014-04-23filter: added BPF random opcodeChema Gonzalez
2014-04-23vlan: unnecessary to check if vlan_pcpu_stats is NULLLi RongQing
2014-04-23ethtool: Support for configurable RSS hash keyVenkata Duvvuru
2014-04-23tcp: avoid retransmits of TCP packets hanging in host queuesEric Dumazet
2014-04-23ipv6: support IFA_F_MANAGETEMPADDR for address deletion tooHeiner Kallweit
2014-04-23tipc: fix race in disc create/deleteYing Xue
2014-04-23tipc: use bc_lock to protect node map in bearer structureYing Xue
2014-04-23tipc: use bearer_disable to disable bearer in tipc_l2_device_eventYing Xue
2014-04-23tipc: make media_ptr pointed netdevice validYing Xue
2014-04-23tipc: purge tipc_net_lock lockYing Xue
2014-04-23tipc: use RCU to protect media_ptr pointerYing Xue
2014-04-23tipc: decouple the relationship between bearer and linkYing Xue
2014-04-23tipc: convert bearer_list to RCU listYing Xue
2014-04-23tipc: use RTNL lock to protect tipc_net_stop routineYing Xue
2014-04-23tipc: adjust locking policy of protecting tipc_ptr pointer of net_deviceYing Xue
2014-04-23tipc: replace config_mutex lock with RTNL lockYing Xue
2014-04-22net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski
2014-04-20tcp: make tcp_cwnd_application_limited() staticWeiping Pan
2014-04-206lowpan: make lowpan_cb staticLuis R. Rodriguez
2014-04-206lowpan: add helper to get 6lowpan namespaceLuis R. Rodriguez
2014-04-20sctp: add support for busy polling to sctp protocolNeil Horman
2014-04-20net: Add __dev_forward_skbHerbert Xu
2014-04-20tcp: Add a TCP_FASTOPEN socket option to get a max backlog on its listnerKenjiro Nakayama
2014-04-18net: sctp: cache auth_enable per endpointVlad Yasevich
2014-04-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2014-04-18vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong
2014-04-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-04-16ip6_tunnel: use the right netns in ioctl handlerNicolas Dichtel
2014-04-16sit: use the right netns in ioctl handlerNicolas Dichtel
2014-04-16ip_tunnel: use the right netns in ioctl handlerNicolas Dichtel
2014-04-16net: use SYSCALL_DEFINEx for sys_recvJan Glauber
2014-04-16ipv4, route: pass 0 instead of LOOPBACK_IFINDEX to fib_validate_source()Cong Wang
2014-04-16ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang
2014-04-15ip6_gre: don't allow to remove the fb_tunnel_devNicolas Dichtel
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet
2014-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-04-14net: Start with correct mac_len in skb_network_protocolVlad Yasevich
2014-04-14Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re...Daniel Borkmann
2014-04-14net: filter: seccomp: fix wrong decoding of BPF_S_ANC_SECCOMP_LD_WDaniel Borkmann
2014-04-14Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2014-04-14ipv6: Limit mtu to 65575 bytesEric Dumazet