aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-05net/core/dev: Warn on a too-short GRO frameAaron Conole1-0/+2
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar6-25/+39
2016-04-05udp: remove headers from UDP packets before queueingsamanthakumar3-20/+31
2016-04-04tcp: rate limit ACK sent by SYN_RECV request socketsEric Dumazet1-1/+4
2016-04-04ipv4: tcp: set SOCK_USE_WRITE_QUEUE for ip_send_unicast_reply()Eric Dumazet1-0/+1
2016-04-04tcp: increment sk_drops for listenersEric Dumazet4-8/+11
2016-04-04tcp: increment sk_drops for dropped rx packetsEric Dumazet3-13/+22
2016-04-04sock_diag: add SK_MEMINFO_DROPSEric Dumazet1-0/+1
2016-04-04tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet8-143/+102
2016-04-04tcp/dccp: use rcu locking in inet_diag_find_one_icsk()Eric Dumazet3-10/+5
2016-04-04tcp/dccp: remove BH disable/enable in lookupEric Dumazet1-2/+0
2016-04-04udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet3-347/+160
2016-04-04net: add SOCK_RCU_FREE socket flagEric Dumazet1-1/+13
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh13-42/+81
2016-04-04ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh6-8/+26
2016-04-04ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh4-5/+11
2016-04-04sock: accept SO_TIMESTAMPING flags in socket cmsgSoheil Hassas Yeganeh1-0/+13
2016-04-04tcp: use one bit in TCP_SKB_CB to mark ACK timestampsSoheil Hassas Yeganeh2-1/+3
2016-04-04tcp: accept SOF_TIMESTAMPING_OPT_ID for passive TFOSoheil Hassas Yeganeh1-1/+2
2016-04-04sock: break up sock_cmsg_snd into __sock_cmsg_snd and loopWillem de Bruijn1-11/+22
2016-04-02netlink: use nla_get_in_addr and nla_put_in_addr for ipv4 addressHaishuang Yan1-4/+4
2016-04-02tcp: remove cwnd moderation after recoveryYuchung Cheng1-11/+0
2016-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds23-146/+224
2016-04-01tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann1-12/+21
2016-03-31rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel1-0/+1
2016-03-30bpf: make padding in bpf_tunnel_key explicitDaniel Borkmann1-1/+4
2016-03-30ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet1-2/+2
2016-03-30gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck1-0/+16
2016-03-30sctp: really allow using GFP_KERNEL on sctp_packet_transmitMarcelo Ricardo Leitner1-3/+3
2016-03-30bridge: Allow set bridge ageing time when switchdev disabledHaishuang Yan1-1/+1
2016-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller13-122/+166
2016-03-28netfilter: ipv4: fix NULL dereferenceLiping Zhang2-36/+38
2016-03-28netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIESPablo Neira Ayuso4-0/+10
2016-03-28netfilter: nfnetlink_queue: honor NFQA_CFG_F_FAIL_OPEN when netlink unicast failsPablo Neira Ayuso1-1/+6
2016-03-28netfilter: x_tables: fix unconditional helperFlorian Westphal3-33/+31
2016-03-28netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal3-6/+12
2016-03-28netfilter: x_tables: validate e->target_offset earlyFlorian Westphal3-27/+24
2016-03-28openvswitch: call only into reachable nf-nat codeArnd Bergmann2-9/+11
2016-03-28openvswitch: Fix checking for new expected connections.Jarno Rajahalme1-2/+3
2016-03-28netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai4-8/+31
2016-03-28openvswitch: Use proper buffer size in nla_memcpyHaishuang Yan1-1/+2
2016-03-27Fix returned tc and hoplimit values for route with IPv6 encapsulationQuentin Armitage1-2/+2
2016-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds5-272/+344
2016-03-25libceph: use KMEM_CACHE macroGeliang Tang1-8/+2
2016-03-25libceph: use sizeof_footer() moreIlya Dryomov1-16/+3
2016-03-25libceph: add helper that duplicates last extent operationYan, Zheng1-0/+22
2016-03-25libceph: enable large, variable-sized OSD requestsIlya Dryomov1-15/+28
2016-03-25libceph: osdc->req_mempool should be backed by a slab poolIlya Dryomov1-2/+2
2016-03-25libceph: make r_request msg_size calculation clearerIlya Dryomov1-10/+11
2016-03-25libceph: move r_reply_op_{len,result} into struct ceph_osd_req_opYan, Zheng1-2/+2