index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: prefix cbpf internal helpers with bpf_
Daniel Borkmann
2018-05-04
1
-9
/
+9
*
xsk: statistics support
Magnus Karlsson
2018-05-04
2
-1
/
+49
*
xsk: support for Tx
Magnus Karlsson
2018-05-04
2
-4
/
+200
*
dev: packet: make packet_direct_xmit a common function
Magnus Karlsson
2018-05-04
2
-37
/
+43
*
xsk: add Tx queue setup and mmap support
Magnus Karlsson
2018-05-04
1
-2
/
+6
*
xsk: add umem completion queue support and mmap
Magnus Karlsson
2018-05-04
3
-2
/
+13
*
xsk: wire up XDP_SKB side of AF_XDP
Björn Töpel
2018-05-04
2
-19
/
+33
*
xsk: wire up XDP_DRV side of AF_XDP
Björn Töpel
2018-05-04
1
-3
/
+20
*
bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP
Björn Töpel
2018-05-04
1
-0
/
+5
*
xsk: add Rx receive functions and poll support
Björn Töpel
2018-05-04
4
-5
/
+215
*
xsk: add support for bind for Rx
Magnus Karlsson
2018-05-04
5
-1
/
+138
*
xsk: add Rx queue setup and mmap support
Björn Töpel
2018-05-04
3
-12
/
+42
*
xsk: add umem fill queue support and mmap
Magnus Karlsson
2018-05-04
6
-2
/
+168
*
xsk: add user memory registration support sockopt
Björn Töpel
2018-05-04
6
-0
/
+531
*
net: initial AF_XDP skeleton
Björn Töpel
2018-05-04
3
-4
/
+16
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-04-27
2
-1
/
+51
|
\
|
*
bpf: fix xdp_generic for bpf_adjust_tail usecase
Nikita V. Shirokov
2018-04-26
1
-1
/
+3
|
*
bpf: add helper for getting xfrm states
Eyal Birger
2018-04-24
1
-0
/
+48
*
|
udp: add gso support to virtual devices
Willem de Bruijn
2018-04-26
1
-0
/
+1
*
|
udp: add gso segment cmsg
Willem de Bruijn
2018-04-26
2
-3
/
+46
*
|
udp: paged allocation with gso
Willem de Bruijn
2018-04-26
2
-9
/
+25
*
|
udp: better wmem accounting on gso
Willem de Bruijn
2018-04-26
1
-1
/
+15
*
|
udp: generate gso with UDP_SEGMENT
Willem de Bruijn
2018-04-26
4
-11
/
+60
*
|
udp: add udp gso
Willem de Bruijn
2018-04-26
4
-4
/
+76
*
|
udp: expose inet cork to udp
Willem de Bruijn
2018-04-26
4
-21
/
+23
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-04-26
3
-5
/
+3
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-04-26
1
-0
/
+1
|
|
\
\
|
|
*
|
bpf: clear the ip_tunnel_info.
William Tu
2018-04-25
1
-0
/
+1
|
*
|
|
rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qp
Dag Moxnes
2018-04-25
1
-1
/
+2
|
*
|
|
net/smc: keep clcsock reference in smc_tcp_listen_work()
Ursula Braun
2018-04-25
1
-4
/
+0
*
|
|
|
sctp: remove the unused sctp_assoc_is_match function
Xin Long
2018-04-25
1
-25
/
+0
*
|
|
|
net: rules: Move l3mdev attribute validation to a helper
David Ahern
2018-04-25
1
-10
/
+24
*
|
|
|
sctp: fix identification of new acks for SFR-CACC
Marcelo Ricardo Leitner
2018-04-25
1
-25
/
+23
*
|
|
|
sctp: fix const parameter violation in sctp_make_sack
Marcelo Ricardo Leitner
2018-04-25
1
-5
/
+4
*
|
|
|
neighbour: support for NTF_EXT_LEARNED flag
Roopa Prabhu
2018-04-25
1
-1
/
+7
*
|
|
|
ipv6: addrconf: don't evaluate keep_addr_on_down twice
Ivan Vecera
2018-04-25
1
-13
/
+10
*
|
|
|
ipv6: sr: Compute flowlabel for outer IPv6 header of seg6 encap mode
Ahmed Abdelsalam
2018-04-25
2
-2
/
+30
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-04-25
23
-223
/
+347
|
\
|
|
|
|
*
|
|
packet: fix bitfield update race
Willem de Bruijn
2018-04-24
2
-21
/
+49
|
*
|
|
l2tp: check sockaddr length in pppol2tp_connect()
Guillaume Nault
2018-04-24
1
-0
/
+7
|
|
/
/
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2018-04-23
10
-171
/
+200
|
|
\
\
|
|
*
|
netfilter: xt_connmark: do not cast xt_connmark_tginfo1 to xt_connmark_tginfo2
Pablo Neira Ayuso
2018-04-19
1
-16
/
+22
|
|
*
|
netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_update
Taehee Yoo
2018-04-19
1
-1
/
+1
|
|
*
|
netfilter: nf_tables: NAT chain and extensions require NF_TABLES
Pablo Neira Ayuso
2018-04-19
1
-27
/
+28
|
|
*
|
netfilter: conntrack: include kmemleak.h for kmemleak_not_leak()
Stephen Rothwell
2018-04-17
1
-0
/
+1
|
|
*
|
netfilter: nf_tables: free set name in error path
Florian Westphal
2018-04-16
1
-3
/
+5
|
|
*
|
netfilter: nf_tables: can't fail after linking rule into active rule list
Florian Westphal
2018-04-16
1
-27
/
+32
|
|
*
|
netfilter: fix CONFIG_NF_REJECT_IPV6=m link error
Arnd Bergmann
2018-04-16
1
-0
/
+1
|
|
*
|
netfilter: conntrack: silent a memory leak warning
Cong Wang
2018-04-16
1
-0
/
+1
|
|
*
|
netfilter: xt_connmark: Add bit mapping for bit-shift operation.
Jack Ma
2018-04-11
1
-8
/
+11
[next]