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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-12
net: Don't copy pfmemalloc flag in __copy_skb_header()
Stefano Brivio
1
-0
/
+2
2018-07-12
net/sched: act_skbedit: don't use spinlock in the data path
Davide Caratti
1
-39
/
+68
2018-07-12
net/sched: skbedit: use per-cpu counters
Davide Caratti
1
-4
/
+4
2018-07-12
tcp: use monotonic timestamps for PAWS
Arnd Bergmann
3
-6
/
+7
2018-07-12
net/tls: Use aead_request_alloc/free for request alloc/free
Vakul Garg
1
-8
/
+4
2018-07-12
tcp: allow user to create repair socket without window probes
Stefan Baranoff
1
-3
/
+5
2018-07-12
tcp: fix sequence numbers for repaired sockets re-using TIME-WAIT sockets
Stefan Baranoff
1
-5
/
+18
2018-07-12
sch_fq_codel: zero q->flows_cnt when fq_codel_init fails
Jacob Keller
1
-7
/
+18
2018-07-12
new wrapper: alloc_file_pseudo()
Al Viro
1
-23
/
+5
2018-07-12
alloc_file(): switch to passing O_... flags instead of FMODE_... mode
Al Viro
1
-2
/
+1
2018-07-12
Merge branch 'ieee802154-for-davem-2018-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan
David S. Miller
1
-0
/
+6
2018-07-11
tipc: check session number before accepting link protocol messages
Jon Maloy
3
-22
/
+52
2018-07-11
tipc: add sequence number check for link STATE messages
Jon Maloy
4
-6
/
+32
2018-07-11
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
David S. Miller
4
-31
/
+173
2018-07-11
tcp: expose both send and receive intervals for rate sample
Deepti Raghavan
1
-0
/
+4
2018-07-11
net: sched: fix unprotected access to rcu cookie pointer
Vlad Buslov
1
-2
/
+7
2018-07-11
net: sched: act_ife: fix memory leak in ife init
Vlad Buslov
1
-1
/
+3
2018-07-11
net/ipv6: propagate net.ipv6.conf.all.addr_gen_mode to devices
Sabrina Dubroca
1
-0
/
+12
2018-07-11
net/ipv6: reserve room for IFLA_INET6_ADDR_GEN_MODE
Sabrina Dubroca
1
-1
/
+3
2018-07-11
net/ipv6: don't reinitialize ndev->cnf.addr_gen_mode on new inet6_dev
Sabrina Dubroca
1
-2
/
+0
2018-07-11
net/ipv6: fix addrconf_sysctl_addr_gen_mode
Sabrina Dubroca
1
-13
/
+14
2018-07-11
net/sched: flower: Fix null pointer dereference when run tc vlan command
Jianbo Liu
1
-22
/
+26
2018-07-11
bpf: fix panic due to oob in bpf_prog_test_run_skb
Daniel Borkmann
1
-3
/
+14
2018-07-11
bpf: fix availability probing for seg6 helpers
Mathieu Xhonneux
1
-15
/
+8
2018-07-11
infiniband: i40iw, nes: don't use wall time for TCP sequence numbers
Arnd Bergmann
1
-0
/
+1
2018-07-11
ipv6: xfrm: use 64-bit timestamps
Arnd Bergmann
1
-1
/
+1
2018-07-11
xfrm: use time64_t for in-kernel timestamps
Arnd Bergmann
2
-17
/
+17
2018-07-10
sch_cake: Conditionally split GSO segments
Toke Høiland-Jørgensen
1
-25
/
+72
2018-07-10
sch_cake: Add overhead compensation support to the rate shaper
Toke Høiland-Jørgensen
1
-1
/
+123
2018-07-10
sch_cake: Add DiffServ handling
Toke Høiland-Jørgensen
1
-16
/
+423
2018-07-10
sch_cake: Add NAT awareness to packet classifier
Toke Høiland-Jørgensen
1
-2
/
+49
2018-07-10
netfilter: Add nf_ct_get_tuple_skb global lookup function
Toke Høiland-Jørgensen
2
-0
/
+51
2018-07-10
sch_cake: Add optional ACK filter
Toke Høiland-Jørgensen
1
-2
/
+452
2018-07-10
sch_cake: Add ingress mode
Toke Høiland-Jørgensen
1
-4
/
+83
2018-07-10
sched: Add Common Applications Kept Enhanced (cake) qdisc
Toke Høiland-Jørgensen
3
-0
/
+1879
2018-07-10
bpf: fix ldx in ld_abs rewrite for large offsets
Daniel Borkmann
1
-3
/
+13
2018-07-09
tcp: remove SG-related comment in tcp_sendmsg()
Julian Wiedmann
1
-3
/
+0
2018-07-09
net: core: fix use-after-free in __netif_receive_skb_list_core
Edward Cree
1
-2
/
+7
2018-07-09
net: core: fix uses-after-free in list processing
Edward Cree
1
-8
/
+13
2018-07-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
14
-100
/
+90
2018-07-09
net: allow fallback function to pass netdev
Alexander Duyck
2
-12
/
+7
2018-07-09
net: allow ndo_select_queue to pass netdev
Alexander Duyck
2
-4
/
+6
2018-07-09
net: Add generic ndo_select_queue functions
Alexander Duyck
2
-1
/
+15
2018-07-09
net: Add support for subordinate traffic classes to netdev_pick_tx
Alexander Duyck
1
-23
/
+35
2018-07-09
net: Add support for subordinate device traffic classes
Alexander Duyck
2
-1
/
+109
2018-07-09
net-sysfs: Drop support for XPS and traffic_class on single queue device
Alexander Duyck
1
-2
/
+13
2018-07-09
netfilter: ipv6: nf_defrag: drop skb dst before queueing
Florian Westphal
1
-0
/
+2
2018-07-09
netfilter: nf_conntrack: Fix possible possible crash on module loading.
Andrey Ryabinin
1
-1
/
+1
2018-07-09
netfilter: nft_compat: explicitly reject ERROR and standard target
Florian Westphal
1
-0
/
+13
2018-07-09
mac80211: don't put null-data frames on the normal TXQ
Johannes Berg
1
-1
/
+1
[prev]
[next]