index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-19
net: switch secpath to use skb extension infrastructure
Florian Westphal
1
-6
/
+41
2018-12-19
net: convert bridge_nf to use skb extension infrastructure
Florian Westphal
1
-3
/
+0
2018-12-19
sk_buff: add skb extension infrastructure
Florian Westphal
1
-0
/
+155
2018-12-16
net: rtnetlink: support for fdb get
Roopa Prabhu
1
-1
/
+167
2018-12-16
neighbor: Add protocol attribute
David Ahern
1
-1
/
+23
2018-12-15
net: use indirect call wrappers at GRO network layer
Paolo Abeni
1
-2
/
+13
2018-12-14
neighbor: Remove externally learned entries from gc_list
David Ahern
1
-21
/
+28
2018-12-14
neighbor: Move neigh_update_ext_learned to core file
David Ahern
1
-0
/
+18
2018-12-14
neighbor: Remove state and flags arguments to neigh_del
David Ahern
1
-5
/
+4
2018-12-14
neighbor: Fix state check in neigh_forced_gc
David Ahern
1
-3
/
+2
2018-12-14
neighbor: Fix locking order for gc_list changes
David Ahern
1
-12
/
+15
2018-12-13
net: dev: Issue NETDEV_PRE_CHANGEADDR
Petr Machata
2
-0
/
+27
2018-12-13
net: dev: Add NETDEV_PRE_CHANGEADDR
Petr Machata
1
-0
/
+1
2018-12-13
net: dev: Add extack argument to dev_set_mac_address()
Petr Machata
3
-3
/
+5
2018-12-12
net: ndo_bridge_setlink: Add extack
Petr Machata
1
-2
/
+4
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+16
2018-12-10
neighbor: gc_list changes should be protected by table lock
David Ahern
1
-5
/
+10
2018-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-43
/
+52
2018-12-07
net: call sk_dst_reset when set SO_DONTROUTE
yupeng
1
-0
/
+1
2018-12-07
neighbor: Improve garbage collection
David Ahern
1
-34
/
+85
2018-12-06
net: core: dev: Attach extack to NETDEV_PRE_UP
Petr Machata
1
-4
/
+4
2018-12-06
net: core: dev: Add call_netdevice_notifiers_extack()
Petr Machata
1
-5
/
+16
2018-12-06
net: core: dev: Add extack argument to __dev_change_flags()
Petr Machata
2
-3
/
+5
2018-12-06
net: core: dev: Add extack argument to dev_change_flags()
Petr Machata
4
-4
/
+7
2018-12-06
net: core: dev: Add extack argument to dev_open()
Petr Machata
2
-3
/
+4
2018-12-05
neighbor: Add extack messages for add and delete commands
David Ahern
1
-16
/
+39
2018-12-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-13
/
+14
2018-12-05
net: use skb_list_del_init() to remove from RX sublists
Edward Cree
1
-4
/
+4
2018-12-04
tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWAT
Eric Dumazet
1
-1
/
+1
2018-12-04
rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devices
Eric Dumazet
1
-0
/
+3
2018-12-04
skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'
Ido Schimmel
1
-1
/
+1
2018-12-03
net/core: tidy up an error message
Qian Cai
1
-2
/
+2
2018-12-03
udp: elide zerocopy operation in hot path
Willem de Bruijn
1
-4
/
+5
2018-12-03
udp: msg_zerocopy
Willem de Bruijn
2
-1
/
+10
2018-12-03
devlink: Add 'fw_load_policy' generic parameter
Shalom Toledo
1
-0
/
+5
2018-12-03
bpf: allow BPF read access to qdisc pkt_len
Petar Penkov
1
-0
/
+16
2018-11-30
bpf: Support sk lookup in netns with id 0
Joe Stringer
1
-5
/
+6
2018-11-30
bpf: fix pointer offsets in context for 32 bit
Daniel Borkmann
1
-8
/
+8
2018-11-30
rtnetlink: avoid frame size warning in rtnl_newlink()
Jakub Kicinski
1
-3
/
+17
2018-11-30
rtnetlink: remove a level of indentation in rtnl_newlink()
Jakub Kicinski
1
-159
/
+154
2018-11-30
net: Add trace events for all receive exit points
Geneviève Bastien
1
-6
/
+29
2018-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+173
2018-11-29
net: explain __skb_checksum_complete() with comments
Cong Wang
2
-1
/
+18
2018-11-29
net: fix XPS static_key accounting
Sabrina Dubroca
1
-21
/
+24
2018-11-29
net: restore call to netdev_queue_numa_node_write when resetting XPS
Sabrina Dubroca
1
-7
/
+9
2018-11-28
bpf: helper to pop data from messages
John Fastabend
1
-0
/
+171
2018-11-27
netns: enable to dump full nsid translation table
Nicolas Dichtel
1
-6
/
+26
2018-11-27
netns: enable to specify a nsid for a get request
Nicolas Dichtel
1
-0
/
+5
2018-11-27
netns: add support of NETNSA_TARGET_NSID
Nicolas Dichtel
1
-11
/
+75
2018-11-27
netns: introduce 'struct net_fill_args'
Nicolas Dichtel
1
-14
/
+34
[next]