aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-24tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()Eric Dumazet3-23/+8
2015-03-24tcp: md5: remove request sock argument of calc_md5_hash()Eric Dumazet3-21/+15
2015-03-24tcp: md5: input path is run under rcu protected sectionsEric Dumazet2-33/+9
2015-03-24tcp: use C99 initializers in new_state[]Eric Dumazet1-12/+13
2015-03-24tcp: md5: fix rcu lockdep splatEric Dumazet1-9/+11
2015-03-24rhashtable: Add rhashtable_free_and_destroy()Thomas Graf1-18/+7
2015-03-24rhashtable: Disable automatic shrinking by defaultThomas Graf3-0/+3
2015-03-24filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar1-0/+17
2015-03-24ipv6: fix sparse warnings in privacy stable addresses generationHannes Frederic Sowa1-5/+5
2015-03-24tipc: fix compile error when IPV6=m and TIPC=yYing Xue1-1/+1
2015-03-24net: allow to delete a whole device groupWANG Cong1-0/+38
2015-03-24tipc: validate length of sockaddr in connect() for dgram/rdmSasha Levin1-0/+2
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-9/+47
2015-03-23ipv6: introduce idgen_delay and idgen_retries knobsHannes Frederic Sowa3-7/+22
2015-03-23ipv6: do retries on stable privacy addressesHannes Frederic Sowa1-3/+54
2015-03-23ipv6: collapse state_lock and lockHannes Frederic Sowa1-16/+15
2015-03-23ipv6: introduce IFA_F_STABLE_PRIVACY flagHannes Frederic Sowa1-6/+8
2015-03-23ipv6: generation of stable privacy addresses for link-local and autoconfHannes Frederic Sowa1-4/+126
2015-03-23ipv6: introduce secret_stable to ipv6_devconfHannes Frederic Sowa1-0/+68
2015-03-23tipc: Use default rhashtable hashfnHerbert Xu1-2/+0
2015-03-23netlink: Use default rhashtable hashfnHerbert Xu1-2/+1
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller10-39/+77
2015-03-23af_packet: pass checksum validation status to the userAlexander Drozdov1-0/+9
2015-03-23af_packet: make tpacket_rcv to not set status value before run_filterAlexander Drozdov1-3/+4
2015-03-23inet: fix double request socket freeingFan Du2-3/+3
2015-03-23fib_trie: Fix regression in handling of inflate/halve failureAlexander Duyck1-4/+9
2015-03-23net: Move the comment about unsettable socket-level options to default clause and update its reference.YOSHIFUJI Hideaki/吉藤英明1-2/+3
2015-03-23ipv6: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request socketsEric Dumazet1-33/+8
2015-03-23ipv4: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request socketsEric Dumazet2-36/+35
2015-03-23ipv6: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request socketsEric Dumazet1-35/+12
2015-03-23ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request socketsEric Dumazet1-35/+34
2015-03-23net: convert syn_wait_lock to a spinlockEric Dumazet5-21/+21
2015-03-23inet: remove some sk_listener dependenciesEric Dumazet1-11/+11
2015-03-23inet: remove sk_listener parameter from syn_ack_timeout()Eric Dumazet3-5/+7
2015-03-23inet: cache listen_sock_qlen() and read rskq_defer_accept onceEric Dumazet1-6/+9
2015-03-23switchdev: fix stp update API to work with layered netdevicesRoopa Prabhu1-4/+13
2015-03-23net: clear skb->priority when forwarding to another netnsWANG Cong1-0/+1
2015-03-23net: socket: add support for async operationstadeusz.struk@intel.com2-2/+8
2015-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller9-13/+51
2015-03-22netfilter: ip6t_REJECT: check for IP6T_F_PROTOPablo Neira Ayuso1-1/+2
2015-03-22netfilter: nf_tables: reject NFT_SET_ELEM_INTERVAL_END flag for non-interval setsPatrick McHardy1-0/+3
2015-03-22netfilter: nft_rbtree: fix lockingPatrick McHardy1-4/+2
2015-03-22netfilter: bridge: kill nf_bridge_padFlorian Westphal2-4/+13
2015-03-22netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is setPablo Neira Ayuso1-0/+6
2015-03-21netlink: Remove netlink_compare_arg.trailerHerbert Xu1-2/+3
2015-03-20net: neighbour: Add mcast_resolicit to configure the number of multicast resolicitations in PROBE state.YOSHIFUJI Hideaki/吉藤英明1-4/+11
2015-03-20net: dsa: make NET_DSA manually selectable from the configMathieu Olivari1-1/+4
2015-03-20Revert "selinux: add a skb_owned_by() hook"Eric Dumazet1-1/+0
2015-03-20act_bpf: add initial eBPF support for actionsDaniel Borkmann1-82/+213
2015-03-20ebpf: add sched_act_type and map it to sk_filter's verifier opsDaniel Borkmann1-0/+6