summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* tipc: stricter filtering of packets in bearer layerJon Paul Maloy2016-04-072-17/+38
* tipc: eliminate buffer leak in bearer layerJon Paul Maloy2016-04-073-31/+29
* udp: Remove udp_offloadsTom Herbert2016-04-071-63/+0
* fou: change to use UDP socket GROTom Herbert2016-04-071-31/+17
* udp: Add socket based GRO and configTom Herbert2016-04-071-0/+2
* udp: Add GRO functions to UDP socketTom Herbert2016-04-076-40/+41
* udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert2016-04-072-0/+26
* tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa2016-04-071-22/+13
* net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa2016-04-079-15/+16
* sock: fix lockdep annotation in release_sockHannes Frederic Sowa2016-04-071-5/+0
* tcp/dccp: fix inet_reuseport_add_sock()Eric Dumazet2016-04-072-2/+4
* ip_tunnel: implement __iptunnel_pull_headerJiri Benc2016-04-061-4/+4
* net/core/dev: Warn on a too-short GRO frameAaron Conole2016-04-061-0/+2
* udp: enable MSG_PEEK at non-zero offsetsamanthakumar2016-04-056-25/+39
* udp: remove headers from UDP packets before queueingsamanthakumar2016-04-053-20/+31
* tcp: rate limit ACK sent by SYN_RECV request socketsEric Dumazet2016-04-051-1/+4
* ipv4: tcp: set SOCK_USE_WRITE_QUEUE for ip_send_unicast_reply()Eric Dumazet2016-04-051-0/+1
* tcp: increment sk_drops for listenersEric Dumazet2016-04-054-8/+11
* tcp: increment sk_drops for dropped rx packetsEric Dumazet2016-04-053-13/+22
* sock_diag: add SK_MEMINFO_DROPSEric Dumazet2016-04-051-0/+1
* tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet2016-04-058-143/+102
* tcp/dccp: use rcu locking in inet_diag_find_one_icsk()Eric Dumazet2016-04-053-10/+5
* tcp/dccp: remove BH disable/enable in lookupEric Dumazet2016-04-051-2/+0
* udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet2016-04-053-347/+160
* net: add SOCK_RCU_FREE socket flagEric Dumazet2016-04-051-1/+13
* sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-0413-42/+81
* ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh2016-04-046-8/+26
* ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh2016-04-044-5/+11
* sock: accept SO_TIMESTAMPING flags in socket cmsgSoheil Hassas Yeganeh2016-04-041-0/+13
* tcp: use one bit in TCP_SKB_CB to mark ACK timestampsSoheil Hassas Yeganeh2016-04-042-1/+3
* tcp: accept SOF_TIMESTAMPING_OPT_ID for passive TFOSoheil Hassas Yeganeh2016-04-041-1/+2
* sock: break up sock_cmsg_snd into __sock_cmsg_snd and loopWillem de Bruijn2016-04-041-11/+22
* netlink: use nla_get_in_addr and nla_put_in_addr for ipv4 addressHaishuang Yan2016-04-031-4/+4
* tcp: remove cwnd moderation after recoveryYuchung Cheng2016-04-031-11/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-0223-146/+224
|\
| * tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann2016-04-011-12/+21
| * rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel2016-03-311-0/+1
| * bpf: make padding in bpf_tunnel_key explicitDaniel Borkmann2016-03-311-1/+4
| * ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet2016-03-311-2/+2
| * gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck2016-03-301-0/+16
| * sctp: really allow using GFP_KERNEL on sctp_packet_transmitMarcelo Ricardo Leitner2016-03-301-3/+3
| * bridge: Allow set bridge ageing time when switchdev disabledHaishuang Yan2016-03-301-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-03-2813-122/+166
| |\
| | * netfilter: ipv4: fix NULL dereferenceLiping Zhang2016-03-282-36/+38
| | * netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso2016-03-284-0/+10
| | * netfilter: nfnetlink_queue: honor NFQA_CFG_F_FAIL_OPEN when netlink unicast f...Pablo Neira Ayuso2016-03-281-1/+6
| | * netfilter: x_tables: fix unconditional helperFlorian Westphal2016-03-283-33/+31
| | * netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2016-03-283-6/+12
| | * netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2016-03-283-27/+24
| | * openvswitch: call only into reachable nf-nat codeArnd Bergmann2016-03-282-9/+11