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
2018-10-01
netlink: add attribute range validation to policy
Johannes Berg
1
-3
/
+64
2018-10-01
tcp/dccp: fix lockdep issue when SYN is backlogged
Eric Dumazet
1
-2
/
+1
2018-09-29
netlink: fix typo in nla_parse_nested() comment
Johannes Berg
1
-1
/
+1
2018-09-29
tls: Remove redundant vars from tls record structure
Vakul Garg
1
-4
/
+2
2018-09-28
Bluetooth: Fix debugfs NULL pointer dereference
Matias Karhumaa
1
-0
/
+2
2018-09-28
Merge tag 'mac80211-for-davem-2018-09-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
David S. Miller
1
-2
/
+0
2018-09-28
netlink: add nested array policy validation
Johannes Berg
1
-1
/
+11
2018-09-28
netlink: allow NLA_NESTED to specify nested policy to validate
Johannes Berg
1
-2
/
+11
2018-09-28
netlink: make validation_data const
Johannes Berg
1
-1
/
+1
2018-09-28
netlink: remove NLA_NESTED_COMPAT
Johannes Berg
1
-2
/
+0
2018-09-28
netfilter: nf_tables: add SECMARK support
Christian Göttsche
1
-0
/
+4
2018-09-27
Bluetooth: L2CAP: Derive rx credits from MTU and MPS
Luiz Augusto von Dentz
1
-2
/
+0
2018-09-27
Bluetooth: L2CAP: Derive MPS from connection MTU
Luiz Augusto von Dentz
1
-1
/
+0
2018-09-27
Bluetooth: Add definitions and track LE resolve list modification
Ankit Navik
2
-0
/
+29
2018-09-26
net-ipv4: remove 2 always zero parameters from ipv4_redirect()
Maciej Żenczykowski
1
-2
/
+1
2018-09-26
net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()
Maciej Żenczykowski
1
-1
/
+1
2018-09-26
bonding: avoid possible dead-lock
Mahesh Bandewar
1
-6
/
+1
2018-09-26
net/af_iucv: locate IUCV header via skb_network_header()
Julian Wiedmann
1
-0
/
+5
2018-09-26
cfg80211: fix reg_query_regdb_wmm kernel-doc
Randy Dunlap
1
-2
/
+0
2018-09-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-3
/
+12
2018-09-25
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
David S. Miller
1
-0
/
+69
2018-09-25
net: sched: implement tcf_block_refcnt_{get|put}()
Vlad Buslov
1
-0
/
+1
2018-09-25
net: sched: change tcf block reference counter type to refcount_t
Vlad Buslov
1
-1
/
+1
2018-09-25
net: sched: add helper function to take reference to Qdisc
Vlad Buslov
1
-0
/
+13
2018-09-25
net: sched: extend Qdisc with rcu
Vlad Buslov
2
-0
/
+3
2018-09-25
net: sched: rename qdisc_destroy() to qdisc_put()
Vlad Buslov
1
-1
/
+1
2018-09-25
net: xsk: add a simple buffer reuse queue
Jakub Kicinski
1
-0
/
+69
2018-09-25
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-09-24
net/tls: Fixed race condition in async encryption
Vakul Garg
1
-11
/
+5
2018-09-24
neighbour: send netlink notification if NTF_ROUTER changes
Roopa Prabhu
1
-0
/
+15
2018-09-24
net/sched: Add hardware specific counters to TC actions
Eelco Chaudron
2
-4
/
+6
2018-09-24
net/core: Add new basic hardware counter
Eelco Chaudron
1
-0
/
+4
2018-09-21
tcp: provide earliest departure time in skb->tstamp
Eric Dumazet
1
-3
/
+3
2018-09-21
tcp: add tcp_wstamp_ns socket field
Eric Dumazet
1
-11
/
+1
2018-09-21
tcp: introduce tcp_skb_timestamp_us() helper
Eric Dumazet
1
-1
/
+7
2018-09-21
tcp: switch tcp_clock_ns() to CLOCK_TAI base
Eric Dumazet
1
-1
/
+1
2018-09-21
net/tls: Add support for async encryption of records for performance
Vakul Garg
1
-12
/
+58
2018-09-20
net/ipv4: Move device validation to helper
David Ahern
1
-0
/
+1
2018-09-20
netfilter: conntrack: clamp l4proto array size at largers supported protocol
Florian Westphal
1
-1
/
+1
2018-09-20
netfilter: conntrack: remove l3->l4 mapping information
Florian Westphal
3
-28
/
+7
2018-09-20
netfilter: conntrack: remove unused proto arg from netns init functions
Florian Westphal
1
-1
/
+1
2018-09-20
netfilter: conntrack: remove error callback and handle icmp from core
Florian Westphal
1
-4
/
+9
2018-09-20
netfilter: conntrack: deconstify packet callback skb pointer
Florian Westphal
1
-1
/
+1
2018-09-20
netfilter: conntrack: remove the l4proto->new() function
Florian Westphal
1
-5
/
+0
2018-09-20
netfilter: conntrack: pass nf_hook_state to packet and error handlers
Florian Westphal
2
-5
/
+5
2018-09-18
NFC: Fix the number of pipes
Suren Baghdasaryan
1
-1
/
+1
2018-09-18
netlink: add ethernet address policy types
Johannes Berg
1
-0
/
+13
2018-09-18
netlink: add NLA_REJECT policy type
Johannes Berg
1
-1
/
+12
2018-09-18
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-10
/
+9
2018-09-17
tls: async support causes out-of-bounds access in crypto APIs
John Fastabend
1
-4
/
+0
[prev]
[next]