index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-29
netfilter: nf_tables: pass set description to ->privsize
Pablo Neira Ayuso
1
-1
/
+2
2017-05-29
netfilter: nf_tables: select set backend flavour depending on description
Pablo Neira Ayuso
1
-6
/
+20
2017-05-29
netfilter: conntrack: add nf_ct_iterate_destroy
Florian Westphal
1
-0
/
+4
2017-05-29
netfilter: conntrack: rename nf_ct_iterate_cleanup
Florian Westphal
1
-3
/
+3
2017-05-27
bonding: Prevent duplicate userspace notification
Vlad Yasevich
1
-0
/
+2
2017-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-16
/
+27
2017-05-26
ipv4: add reference counting to metrics
Eric Dumazet
2
-6
/
+12
2017-05-26
net: ipv4: Save trie prefix to fib lookup result
David Ahern
1
-0
/
+1
2017-05-26
net: ipv4: refactor ip_route_input_noref
David Ahern
1
-0
/
+3
2017-05-26
net: ipv4: refactor __ip_route_output_key_hash
David Ahern
1
-3
/
+6
2017-05-25
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
David S. Miller
1
-0
/
+8
2017-05-25
net_sched: only create filter chains for new filters/actions
WANG Cong
1
-1
/
+2
2017-05-24
net: flow_dissector: add support for dissection of tcp flags
Jiri Pirko
1
-0
/
+9
2017-05-24
Merge tag 'mlx5-fixes-2017-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
David S. Miller
1
-0
/
+15
2017-05-23
net: make struct request_sock_ops::obj_size unsigned
Alexey Dobriyan
1
-1
/
+1
2017-05-23
net: make struct inet_frags::qsize unsigned
Alexey Dobriyan
1
-1
/
+1
2017-05-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
David S. Miller
1
-10
/
+0
2017-05-23
net/sched: act_csum: Add accessors for offloading drivers
Or Gerlitz
1
-0
/
+15
2017-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+5
2017-05-22
net: dsa: move notifier info to private header
Vivien Didelot
1
-10
/
+0
2017-05-22
net: ipv6: Plumb extack through route add functions
David Ahern
2
-2
/
+3
2017-05-22
net: ipv4: Plumb extack through route add functions
David Ahern
1
-1
/
+2
2017-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-1
/
+5
2017-05-19
wireless: Only join DFS channels in mesh mode if userspace flags support
Benjamin Berg
1
-0
/
+4
2017-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2017-05-18
Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbook
Jonathan Corbet
1
-5
/
+4
2017-05-18
net: dsa: use switchdev_obj_dump_cb_t everywhere
Vivien Didelot
1
-3
/
+3
2017-05-18
net: dsa: include switchdev.h only once
Vivien Didelot
1
-6
/
+1
2017-05-18
net: make struct dst_entry::dev first member
Alexey Dobriyan
1
-1
/
+1
2017-05-18
net: x25: fix one potential use-after-free issue
linzhang
1
-2
/
+2
2017-05-18
Bluetooth: Set LE Default PHY preferences
Marcel Holtmann
1
-0
/
+7
2017-05-18
Bluetooth: Enable LE Channel Selection Algorithm event
Marcel Holtmann
1
-0
/
+1
2017-05-17
tcp: switch TCP TS option (RFC 7323) to 1ms clock
Eric Dumazet
1
-9
/
+50
2017-05-17
tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtime
Eric Dumazet
1
-2
/
+2
2017-05-17
tcp: use tcp_jiffies32 to feed tp->lsndtime
Eric Dumazet
1
-1
/
+1
2017-05-17
tcp: introduce tcp_jiffies32
Eric Dumazet
1
-5
/
+8
2017-05-17
net: sched: add termination action to allow goto chain
Jiri Pirko
2
-2
/
+8
2017-05-17
net: sched: push tp down to action init
Jiri Pirko
1
-6
/
+6
2017-05-17
net: sched: introduce multichain support for filters
Jiri Pirko
2
-2
/
+9
2017-05-17
net: sched: introduce helpers to work with filter chains
Jiri Pirko
1
-1
/
+6
2017-05-17
net: sched: introduce tcf block infractructure
Jiri Pirko
2
-3
/
+17
2017-05-17
net: sched: move tc_classify function to cls_api.c
Jiri Pirko
2
-3
/
+9
2017-05-17
net: dsa: Sort DSA tagging protocol drivers
Andrew Lunn
1
-4
/
+4
2017-05-17
net: dsa: store CPU port pointer in the tree
Vivien Didelot
1
-7
/
+6
2017-05-17
mac80211: Dynamically set CoDel parameters per station
Toke Høiland-Jørgensen
1
-0
/
+16
2017-05-16
tcp: internal implementation for pacing
Eric Dumazet
2
-1
/
+11
2017-05-16
udp: use a separate rx queue for packet reception
Paolo Abeni
2
-8
/
+3
2017-05-16
net/sock: factor out dequeue/peek with offset code
Paolo Abeni
1
-2
/
+2
2017-05-16
net: fix some identation issues at kernel-doc markups
Mauro Carvalho Chehab
1
-5
/
+4
2017-05-15
netfilter: nf_tables: revisit chain/object refcounting from elements
Pablo Neira Ayuso
1
-1
/
+1
[prev]
[next]