aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-03bpf: add skb_load_bytes_relative helperDaniel Borkmann1-0/+45
2018-05-03bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann1-11/+225
2018-05-03bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann1-4/+2
2018-05-03bpf: prefix cbpf internal helpers with bpf_Daniel Borkmann1-9/+9
2018-05-03xsk: statistics supportMagnus Karlsson2-1/+49
2018-05-03xsk: support for TxMagnus Karlsson2-4/+200
2018-05-03dev: packet: make packet_direct_xmit a common functionMagnus Karlsson2-37/+43
2018-05-03xsk: add Tx queue setup and mmap supportMagnus Karlsson1-2/+6
2018-05-03xsk: add umem completion queue support and mmapMagnus Karlsson3-2/+13
2018-05-03xsk: wire up XDP_SKB side of AF_XDPBjörn Töpel2-19/+33
2018-05-03xsk: wire up XDP_DRV side of AF_XDPBjörn Töpel1-3/+20
2018-05-03bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel1-0/+5
2018-05-03xsk: add Rx receive functions and poll supportBjörn Töpel4-5/+215
2018-05-03xsk: add support for bind for RxMagnus Karlsson5-1/+138
2018-05-03xsk: add Rx queue setup and mmap supportBjörn Töpel3-12/+42
2018-05-03xsk: add umem fill queue support and mmapMagnus Karlsson6-2/+168
2018-05-03xsk: add user memory registration support sockoptBjörn Töpel6-0/+531
2018-05-03net: initial AF_XDP skeletonBjörn Töpel3-4/+16
2018-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-1/+51
2018-04-26bpf: fix xdp_generic for bpf_adjust_tail usecaseNikita V. Shirokov1-1/+3
2018-04-26udp: add gso support to virtual devicesWillem de Bruijn1-0/+1
2018-04-26udp: add gso segment cmsgWillem de Bruijn2-3/+46
2018-04-26udp: paged allocation with gsoWillem de Bruijn2-9/+25
2018-04-26udp: better wmem accounting on gsoWillem de Bruijn1-1/+15
2018-04-26udp: generate gso with UDP_SEGMENTWillem de Bruijn4-11/+60
2018-04-26udp: add udp gsoWillem de Bruijn4-4/+76
2018-04-26udp: expose inet cork to udpWillem de Bruijn4-21/+23
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+3
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+1
2018-04-25rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qpDag Moxnes1-1/+2
2018-04-25net/smc: keep clcsock reference in smc_tcp_listen_work()Ursula Braun1-4/+0
2018-04-25sctp: remove the unused sctp_assoc_is_match functionXin Long1-25/+0
2018-04-25net: rules: Move l3mdev attribute validation to a helperDavid Ahern1-10/+24
2018-04-25sctp: fix identification of new acks for SFR-CACCMarcelo Ricardo Leitner1-25/+23
2018-04-25sctp: fix const parameter violation in sctp_make_sackMarcelo Ricardo Leitner1-5/+4
2018-04-25neighbour: support for NTF_EXT_LEARNED flagRoopa Prabhu1-1/+7
2018-04-25ipv6: addrconf: don't evaluate keep_addr_on_down twiceIvan Vecera1-13/+10
2018-04-25ipv6: sr: Compute flowlabel for outer IPv6 header of seg6 encap modeAhmed Abdelsalam2-2/+30
2018-04-25bpf: clear the ip_tunnel_info.William Tu1-0/+1
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller23-223/+347
2018-04-24bpf: add helper for getting xfrm statesEyal Birger1-0/+48
2018-04-24net/ipv6: fix LOCKDEP issue in rt6_remove_exception_rt()Eric Dumazet1-2/+1
2018-04-24net/tls: remove redundant second null check on sgoutColin Ian King1-2/+1
2018-04-24ipconfig: Write NTP server IPs to /proc/net/ipconfig/ntp_serversChris Novakovic1-11/+107
2018-04-24ipconfig: Create /proc/net/ipconfig directoryChris Novakovic1-0/+15
2018-04-24ipconfig: Correctly initialise ic_nameserversChris Novakovic1-0/+13
2018-04-24ipconfig: BOOTP: Request CONF_NAMESERVERS_MAX name serversChris Novakovic1-2/+4
2018-04-24ipconfig: BOOTP: Don't request IEN-116 name serversChris Novakovic1-1/+1
2018-04-24ipconfig: Tidy up reporting of name serversChris Novakovic1-8/+11
2018-04-24tcp: md5: only call tp->af_specific->md5_lookup() for md5 socketsEric Dumazet1-12/+14