index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
netns: enable to dump full nsid translation table
Nicolas Dichtel
2018-11-27
1
-6
/
+26
*
netns: enable to specify a nsid for a get request
Nicolas Dichtel
2018-11-27
1
-0
/
+5
*
netns: add support of NETNSA_TARGET_NSID
Nicolas Dichtel
2018-11-27
1
-11
/
+75
*
netns: introduce 'struct net_fill_args'
Nicolas Dichtel
2018-11-27
1
-14
/
+34
*
netns: remove net arg from rtnl_net_fill()
Nicolas Dichtel
2018-11-27
1
-6
/
+4
*
net: bridge: add support for user-controlled bool options
Nikolay Aleksandrov
2018-11-27
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-11-26
1
-22
/
+184
|
\
|
*
bpf: add skb->tstamp r/w access from tc clsact and cg skb progs
Vlad Dumitrescu
2018-11-22
1
-0
/
+29
|
*
bpf: Support socket lookup in CGROUP_SOCK_ADDR progs
Andrey Ignatov
2018-11-16
1
-0
/
+45
|
*
bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udp
Andrey Ignatov
2018-11-16
1
-3
/
+2
|
*
bpf: Extend the sk_lookup() helper to XDP hookpoint.
Nitin Hande
2018-11-09
1
-19
/
+86
|
*
bpf: add perf event notificaton support for sock_ops
Sowmini Varadhan
2018-11-09
1
-0
/
+22
*
|
net: remove unsafe skb_insert()
Eric Dumazet
2018-11-25
1
-22
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-24
1
-2
/
+5
|
\
\
|
*
|
net: don't keep lonely packets forever in the gro hash
Paolo Abeni
2018-11-23
1
-2
/
+5
|
*
|
net: skb_scrub_packet(): Scrub offload_fwd_mark
Petr Machata
2018-11-21
1
-0
/
+5
*
|
|
net-gro: use ffs() to speedup napi_gro_flush()
Eric Dumazet
2018-11-23
1
-4
/
+6
*
|
|
net: skb_scrub_packet(): Scrub offload_fwd_mark
Petr Machata
2018-11-19
1
-0
/
+5
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-19
1
-0
/
+4
|
\
|
|
|
*
|
net-gro: reset skb->pkt_type in napi_reuse_skb()
Eric Dumazet
2018-11-17
1
-0
/
+4
*
|
|
net: remove unused skb_send_sock()
Cong Wang
2018-11-16
1
-13
/
+0
*
|
|
net: remove VLAN_TAG_PRESENT
Michał Mirosław
2018-11-16
1
-6
/
+0
*
|
|
net/bpf: split VLAN_PRESENT bit handling from VLAN_TCI
Michał Mirosław
2018-11-16
1
-19
/
+21
*
|
|
net: remove BUG_ON from __pskb_pull_tail
Li RongQing
2018-11-15
1
-2
/
+0
*
|
|
net: dump more useful information in netdev_rx_csum_fault()
Cong Wang
2018-11-15
3
-5
/
+12
*
|
|
sctp: add sock_reuseport for the sock in __sctp_hash_endpoint
Xin Long
2018-11-12
1
-0
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-11
1
-2
/
+2
|
\
|
|
|
*
|
flow_dissector: do not dissect l4 ports for fragments
배석진
2018-11-09
1
-2
/
+2
*
|
|
net/core: use __vlan_hwaccel helpers
Michał Mirosław
2018-11-08
2
-4
/
+6
*
|
|
net: move __skb_checksum_complete*() to skbuff.c
Cong Wang
2018-11-08
2
-43
/
+43
*
|
|
net: core: dev_addr_lists: add auxiliary func to handle reference address upd...
Ivan Khoronzhuk
2018-11-08
1
-0
/
+97
*
|
|
sock: Reset dst when changing sk_mark via setsockopt
David Barmann
2018-11-08
1
-2
/
+4
*
|
|
net/vlan: include the shift in skb_vlan_tag_get_prio()
Michał Mirosław
2018-11-07
1
-2
/
+1
*
|
|
net: ensure unbound datagram socket to be chosen when not in a VRF
Mike Manning
2018-11-07
1
-0
/
+2
|
|
/
|
/
|
*
|
rtnetlink: Add more extack messages to rtnl_newlink
David Ahern
2018-11-06
1
-2
/
+4
*
|
net: Add extack argument to rtnl_create_link
David Ahern
2018-11-06
1
-6
/
+12
|
/
*
sock_diag: fix autoloading of the raw_diag module
Andrei Vagin
2018-11-05
1
-0
/
+1
*
net: core: netpoll: Enable netconsole IPv6 link local address
Matwey V. Kornilov
2018-11-05
1
-1
/
+2
*
rtnetlink: restore handling of dumpit return value in rtnl_dump_all()
Alexey Kodanev
2018-11-05
1
-1
/
+1
*
net: do not abort bulk send on BQL status
Eric Dumazet
2018-11-03
1
-1
/
+1
*
net: document skb parameter in function 'skb_gso_size_check'
Mathieu Malaterre
2018-11-02
1
-0
/
+2
*
rtnetlink: Disallow FDB configuration for non-Ethernet device
Ido Schimmel
2018-10-29
1
-0
/
+10
*
net: Properly unlink GRO packets on overflow.
David S. Miller
2018-10-28
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-10-26
2
-6
/
+25
|
\
|
*
bpf: fix wrong helper enablement in cgroup local storage
Daniel Borkmann
2018-10-26
1
-4
/
+0
|
*
bpf: add bpf_jit_limit knob to restrict unpriv allocations
Daniel Borkmann
2018-10-25
1
-2
/
+8
|
*
bpf: make direct packet write unclone more robust
Daniel Borkmann
2018-10-25
1
-0
/
+11
|
*
bpf: disallow direct packet access for unpriv in cg_skb
Daniel Borkmann
2018-10-25
1
-0
/
+6
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-10-26
3
-6
/
+9
|
\
\
|
*
|
net/neigh: fix NULL deref in pneigh_dump_table()
Eric Dumazet
2018-10-26
1
-2
/
+2
|
|
/
[next]