summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | mac80211: allow not sending MIC up from driver for HW cryptoSara Sharon2016-04-051-1/+4
| * | mac80211: allow drivers to report CLOCK_BOOTTIME for scan resultsJohannes Berg2016-04-051-0/+3
| |/
* | net: Fix build failure due to lockdep_sock_is_held().David S. Miller2016-04-071-0/+2
* | sock: make lockdep_sock_is_held static inlineHannes Frederic Sowa2016-04-071-1/+1
* | udp: Remove udp_offloadsTom Herbert2016-04-071-3/+0
* | vxlan: change vxlan to use UDP socket GROTom Herbert2016-04-071-1/+0
* | udp: Add socket based GRO and configTom Herbert2016-04-071-0/+7
* | udp: Add GRO functions to UDP socketTom Herbert2016-04-071-2/+5
* | udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert2016-04-071-0/+4
* | net: Checks skb_dst to be NULL in inet_iifTom Herbert2016-04-071-3/+4
* | net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa2016-04-071-2/+10
* | sock: fix lockdep annotation in release_sockHannes Frederic Sowa2016-04-071-1/+6
* | vxlan: implement GPEJiri Benc2016-04-061-0/+68
* | ip_tunnel: implement __iptunnel_pull_headerJiri Benc2016-04-061-2/+9
* | udp: enable MSG_PEEK at non-zero offsetsamanthakumar2016-04-051-0/+2
* | udp: remove headers from UDP packets before queueingsamanthakumar2016-04-052-0/+10
* | sock: convert sk_peek_offset functions to WRITE_ONCEWillem de Bruijn2016-04-051-11/+13
* | 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
| | |\ \ \