summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: increment sk_drops for listenersEric Dumazet2016-04-041-0/+13
* tcp: increment sk_drops for dropped rx packetsEric Dumazet2016-04-041-0/+7
* tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet2016-04-042-20/+32
* inet: reqsk_alloc() needs to take care of dead listenersEric Dumazet2016-04-041-16/+15
* tcp/dccp: remove BH disable/enable in lookupEric Dumazet2016-04-041-6/+1
* udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet2016-04-042-7/+7
* net: add SOCK_RCU_FREE socket flagEric Dumazet2016-04-041-0/+2
* sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-042-6/+10
* ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh2016-04-041-1/+2
* ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh2016-04-041-1/+2
* sock: accept SO_TIMESTAMPING flags in socket cmsgSoheil Hassas Yeganeh2016-04-041-0/+1
* tcp: use one bit in TCP_SKB_CB to mark ACK timestampsSoheil Hassas Yeganeh2016-04-041-1/+2
* sock: break up sock_cmsg_snd into __sock_cmsg_snd and loopWillem de Bruijn2016-04-041-0/+2
* tcp: remove cwnd moderation after recoveryYuchung Cheng2016-04-021-11/+0
* net: ping: make ping_v6_sendmsg staticHaishuang Yan2016-03-231-1/+0
* ipv6: remove unused in6_addr structLuis de Bethencourt2016-03-221-1/+0
* vxlan: fix sparse warningsJiri Benc2016-03-211-8/+8
* tunnels: Remove encapsulation offloads on decap.Jesse Gross2016-03-201-0/+16
* sctp: keep fragmentation point aligned to word sizeMarcelo Ricardo Leitner2016-03-201-1/+1
* sctp: align MTU to a wordMarcelo Ricardo Leitner2016-03-201-3/+5
* ipv6, trace: fix tos reporting on fib6_table_lookupDaniel Borkmann2016-03-201-1/+1
* vxlan: fix populating tclass in vxlan6_get_routeDaniel Borkmann2016-03-201-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2016-03-1952-235/+1329
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-1951-225/+1323
| |\
| | * bonding: fix bond_get_stats()Eric Dumazet2016-03-181-0/+1
| | * ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann2016-03-181-0/+7
| | * bpf, dst: add and use dst_tclassid helperDaniel Borkmann2016-03-181-0/+12
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-03-141-0/+17
| | |\
| | | * Merge tag 'ipvs-fixes-for-v4.5' of https://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso2016-03-111-0/+17
| | | |\
| | | | * ipvs: drop first packet to redirect conntrackJulian Anastasov2016-03-071-0/+17
| | * | | net: dsa: make port_bridge_leave return voidVivien Didelot2016-03-141-1/+1
| | * | | net: dsa: rename port_*_bridge routinesVivien Didelot2016-03-141-2/+2
| | * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-03-142-5/+6
| | |\ \ \
| | | * | | Bluetooth: Add support for limited privacy modeJohan Hedberg2016-03-101-0/+1
| | | * | | mac802154: use put and get unaligned functionsAlexander Aring2016-03-101-5/+5
| | | |/ /
| | * | | tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau2016-03-141-0/+10
| | * | | net: add a hardware buffer management helper APIGregory CLEMENT2016-03-141-0/+28
| | * | | ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck2016-03-131-2/+1
| | * | | sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner2016-03-132-6/+6
| | * | | csum: Update csum_block_add to use rotate instead of byteswapAlexander Duyck2016-03-131-6/+6
| | * | | vxlan: support setting IPv6 flow labelDaniel Borkmann2016-03-111-0/+1
| | * | | ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann2016-03-113-4/+9
| | * | | net/flower: Fix pointer castAmir Vadai2016-03-111-1/+1
| | * | | net/act_skbedit: Utility functions for mark actionAmir Vadai2016-03-101-0/+16
| | * | | net/sched: Macro instead of CONFIG_NET_CLS_ACT ifdefAmir Vadai2016-03-102-7/+18
| | * | | net/flow_dissector: Make dissector_uses_key() and skb_flow_dissector_target()...Amir Vadai2016-03-101-0/+13
| | * | | net/flower: Introduce hardware offload supportAmir Vadai2016-03-101-0/+14
| | * | | kcm: mark helper functions inlineArnd Bergmann2016-03-101-2/+2
| | |/ /
| | * | kcm: Add receive message timeoutTom Herbert2016-03-091-0/+3
| | * | kcm: Add memory limit for receive message constructionTom Herbert2016-03-091-0/+4