summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-05-03bpf: add skb_load_bytes_relative helperDaniel Borkmann
2018-05-03bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann
2018-05-03bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann
2018-05-03bpf: prefix cbpf internal helpers with bpf_Daniel Borkmann
2018-05-03xsk: statistics supportMagnus Karlsson
2018-05-03xsk: support for TxMagnus Karlsson
2018-05-03dev: packet: make packet_direct_xmit a common functionMagnus Karlsson
2018-05-03xsk: add Tx queue setup and mmap supportMagnus Karlsson
2018-05-03xsk: add umem completion queue support and mmapMagnus Karlsson
2018-05-03xsk: wire up XDP_SKB side of AF_XDPBjörn Töpel
2018-05-03xsk: wire up XDP_DRV side of AF_XDPBjörn Töpel
2018-05-03bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel
2018-05-03xsk: add Rx receive functions and poll supportBjörn Töpel
2018-05-03xsk: add support for bind for RxMagnus Karlsson
2018-05-03xsk: add Rx queue setup and mmap supportBjörn Töpel
2018-05-03xsk: add umem fill queue support and mmapMagnus Karlsson
2018-05-03xsk: add user memory registration support sockoptBjörn Töpel
2018-05-03net: initial AF_XDP skeletonBjörn Töpel
2018-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-04-26bpf: fix xdp_generic for bpf_adjust_tail usecaseNikita V. Shirokov
2018-04-26udp: add gso support to virtual devicesWillem de Bruijn
2018-04-26udp: add gso segment cmsgWillem de Bruijn
2018-04-26udp: paged allocation with gsoWillem de Bruijn
2018-04-26udp: better wmem accounting on gsoWillem de Bruijn
2018-04-26udp: generate gso with UDP_SEGMENTWillem de Bruijn
2018-04-26udp: add udp gsoWillem de Bruijn
2018-04-26udp: expose inet cork to udpWillem de Bruijn
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-04-25rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qpDag Moxnes
2018-04-25net/smc: keep clcsock reference in smc_tcp_listen_work()Ursula Braun
2018-04-25sctp: remove the unused sctp_assoc_is_match functionXin Long
2018-04-25net: rules: Move l3mdev attribute validation to a helperDavid Ahern
2018-04-25sctp: fix identification of new acks for SFR-CACCMarcelo Ricardo Leitner
2018-04-25sctp: fix const parameter violation in sctp_make_sackMarcelo Ricardo Leitner
2018-04-25neighbour: support for NTF_EXT_LEARNED flagRoopa Prabhu
2018-04-25ipv6: addrconf: don't evaluate keep_addr_on_down twiceIvan Vecera
2018-04-25ipv6: sr: Compute flowlabel for outer IPv6 header of seg6 encap modeAhmed Abdelsalam
2018-04-25bpf: clear the ip_tunnel_info.William Tu
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-24bpf: add helper for getting xfrm statesEyal Birger
2018-04-24net/ipv6: fix LOCKDEP issue in rt6_remove_exception_rt()Eric Dumazet
2018-04-24net/tls: remove redundant second null check on sgoutColin Ian King
2018-04-24ipconfig: Write NTP server IPs to /proc/net/ipconfig/ntp_serversChris Novakovic
2018-04-24ipconfig: Create /proc/net/ipconfig directoryChris Novakovic
2018-04-24ipconfig: Correctly initialise ic_nameserversChris Novakovic
2018-04-24ipconfig: BOOTP: Request CONF_NAMESERVERS_MAX name serversChris Novakovic
2018-04-24ipconfig: BOOTP: Don't request IEN-116 name serversChris Novakovic
2018-04-24ipconfig: Tidy up reporting of name serversChris Novakovic
2018-04-24tcp: md5: only call tp->af_specific->md5_lookup() for md5 socketsEric Dumazet