summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-03-24tipc: Use default rhashtable hashfnHerbert Xu1-2/+0
2015-03-24netlink: Use default rhashtable hashfnHerbert Xu1-2/+1
2015-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller10-39/+77
2015-03-24af_packet: pass checksum validation status to the userAlexander Drozdov1-0/+9
2015-03-24af_packet: make tpacket_rcv to not set status value before run_filterAlexander Drozdov1-3/+4
2015-03-24inet: 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...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-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 ...Patrick 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-21netlink: Remove netlink_compare_arg.trailerHerbert Xu1-2/+3
2015-03-21net: neighbour: Add mcast_resolicit to configure the number of multicast reso...YOSHIFUJI Hideaki/吉藤英明1-4/+11
2015-03-21net: dsa: make NET_DSA manually selectable from the configMathieu Olivari1-1/+4
2015-03-21Revert "selinux: add a skb_owned_by() hook"Eric Dumazet1-1/+0
2015-03-21act_bpf: add initial eBPF support for actionsDaniel Borkmann1-82/+213
2015-03-21ebpf: add sched_act_type and map it to sk_filter's verifier opsDaniel Borkmann1-0/+6
2015-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller32-100/+225
2015-03-20net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfromAl Viro1-0/+4
2015-03-20net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas1-0/+7
2015-03-20tipc: Use inlined rhashtable interfaceHerbert Xu1-14/+18
2015-03-20netfilter: Convert nft_hash to inlined rhashtableHerbert Xu1-41/+29
2015-03-20netlink: Move namespace into hash keyHerbert Xu1-32/+56
2015-03-20ebpf, filter: do not convert skb->protocol to host endianess during runtimeDaniel Borkmann1-15/+14
2015-03-20ipv6: invert join/leave anycast rtnl/socket locking orderMarcelo Ricardo Leitner2-7/+7
2015-03-20tcp: fix tcp fin memory accountingJosh Hunt1-5/+1
2015-03-20ipv6: fix backtracking for throw routesSteven Barth1-0/+1
2015-03-20ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_f...Sabrina Dubroca1-5/+3
2015-03-20net: increase sk_[max_]ack_backlogEric Dumazet1-2/+0
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet15-140/+127
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet10-60/+51
2015-03-19tipc: fix build issue when building without IPv6Marcelo Ricardo Leitner1-1/+5
2015-03-19Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller11-572/+1297
2015-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds26-86/+189
2015-03-19tipc: add support for connect() on dgram/rdm socketsErik Hugne1-14/+24
2015-03-19tipc: do not report -EHOSTUNREACH for failed local deliveryErik Hugne1-2/+4
2015-03-19tipc: remove redundant call to tipc_node_remove_connErik Hugne1-1/+0
2015-03-19mac802154: fix typo in header guardNicolas Iooss1-2/+2