summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-07-17net/smc: take sock lock in smc_ioctl()Ursula Braun1-4/+15
2018-07-17net/ipv6: Do not allow device only routes via the multipath APIDavid Ahern1-0/+7
2018-07-17tcp: Fix broken repair socket window probe patchStefan Baranoff1-6/+7
2018-07-16ipv6: make DAD fail with enhanced DAD when nonce length differsSabrina Dubroca1-1/+1
2018-07-16net: convert gro_count to bitmaskLi RongQing1-12/+24
2018-07-16net: ip6_gre: get ipv6hdr after skb_cow_head()Prashant Bhole1-1/+2
2018-07-16tls: Stricter error checking in zerocopy sendmsg pathDave Watson1-1/+1
2018-07-16KEYS: DNS: fix parsing multiple optionsEric Biggers1-12/+16
2018-07-16ipv6/mcast: init as INCLUDE when join SSM INCLUDE groupHangbin Liu2-21/+48
2018-07-16ipv4/igmp: init group mode as INCLUDE when join source groupHangbin Liu2-18/+44
2018-07-16netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal10-84/+88
2018-07-16netfilter: conntrack: avoid l4proto pkt_to_tuple callsFlorian Westphal5-78/+15
2018-07-16netfilter: conntrack: avoid calls to l4proto invert_tupleFlorian Westphal7-63/+7
2018-07-16netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackersFlorian Westphal6-126/+94
2018-07-16netfilter: conntrack: remove invert_tuple indirection from l3 protocol trackersFlorian Westphal6-44/+18
2018-07-16netfilter: conntrack: remove pkt_to_tuple indirection from l3 protocol trackersFlorian Westphal4-51/+33
2018-07-16netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackersFlorian Westphal9-137/+77
2018-07-16netfilter: Kconfig: Make NETFILTER_XT_MATCH_SOCKET select NF_SOCKET_IPV4/6Máté Eckl1-2/+2
2018-07-16openvswitch: use nf_ct_get_tuplepr, invert_tupleprFlorian Westphal2-16/+4
2018-07-16netfilter: utils: move nf_ip6_checksum* from ipv6 to utilsFlorian Westphal2-73/+65
2018-07-16netfilter: utils: move nf_ip_checksum* from ipv4 to utilsFlorian Westphal2-53/+55
2018-07-16netfilter: nft_tproxy: Move nf_tproxy_assign_sock() to nf_tproxy.hMáté Eckl1-9/+0
2018-07-16netfilter: flowtables: use fixed renew timeout on teardownFlorian Westphal1-8/+5
2018-07-16netfilter: nft_reject_bridge: remove unnecessary ttl setTaehee Yoo1-2/+1
2018-07-16tls: Fix zerocopy_from_iter iov handlingBoris Pismenny1-3/+5
2018-07-16tls: Add rx inline crypto offloadBoris Pismenny4-39/+296
2018-07-16tls: Fill software context without allocationBoris Pismenny1-12/+22
2018-07-16tls: Split tls_sw_release_resources_rxBoris Pismenny1-1/+9
2018-07-16tls: Split decrypt_skb to two functionsBoris Pismenny1-18/+26
2018-07-16tls: Refactor tls_offload variable namesBoris Pismenny2-17/+16
2018-07-16tcp: Don't coalesce decrypted and encrypted SKBsBoris Pismenny2-0/+15
2018-07-16net: Add TLS RX offload featureIlya Lesokhin1-0/+1
2018-07-16net: Add decrypted field to skbBoris Pismenny1-0/+6
2018-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-37/+117
2018-07-15bpf: Add BPF_SOCK_OPS_TCP_LISTEN_CBAndrey Ignatov1-0/+1
2018-07-14tcp: remove redundant rcv_nxt updateYafang Shao1-1/+0
2018-07-14net/9p/client.c: put refcount of trans_mod in error case in parse_opts()piaojun1-1/+2
2018-07-14tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2-29/+0
2018-07-14tcp: fix dctcp delayed ACK scheduleYuchung Cheng1-2/+4
2018-07-14net: sched: refactor flower walk to iterate over idrVlad Buslov2-11/+11
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-36/+40
2018-07-14skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio1-2/+1
2018-07-14net: ipmr: add support for passing full packet on wrong vifNikolay Aleksandrov1-5/+16
2018-07-13xdp: support simultaneous driver and hw XDP attachmentJakub Kicinski2-59/+79
2018-07-13xdp: factor out common program/flags handling from driversJakub Kicinski1-0/+34
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski2-6/+9
2018-07-13xdp: add per mode attributes for attached programsJakub Kicinski1-4/+26
2018-07-13xsk: do not return EMSGSIZE in copy mode for packets larger than MTUMagnus Karlsson1-6/+1
2018-07-13xsk: always return ENOBUFS from sendmsg if there is no TX queueMagnus Karlsson1-3/+2
2018-07-13xsk: do not return EAGAIN from sendmsg when completion queue is fullMagnus Karlsson1-3/+1