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
2019-04-11
netfilter: nf_nat: merge ip/ip6 masquerade headers
Florian Westphal
4
-6
/
+4
2019-04-11
net: sched: flower: use correct ht function to prevent duplicates
Vlad Buslov
1
-3
/
+3
2019-04-11
netns: read NETNSA_NSID as s32 attribute in rtnl_net_getid()
Guillaume Nault
1
-1
/
+1
2019-04-11
net: bridge: multicast: use rcu to access port list from br_multicast_start_querier
Nikolay Aleksandrov
1
-1
/
+3
2019-04-11
net/smc: move unhash before release of clcsock
Ursula Braun
1
-3
/
+3
2019-04-11
net/smc: fix return code from FLUSH command
Karsten Graul
1
-1
/
+2
2019-04-11
net/smc: propagate file from SMC to TCP socket
Ursula Braun
1
-10
/
+28
2019-04-11
net/smc: fix a NULL pointer dereference
Kangjie Lu
1
-0
/
+5
2019-04-11
net/smc: wait for pending work before clcsock release_sock
Karsten Graul
3
-10
/
+30
2019-04-11
bpf: support input __sk_buff context in BPF_PROG_TEST_RUN
Stanislav Fomichev
1
-8
/
+135
2019-04-11
net: fou: remove redundant code in gue_udp_recv
Lorenzo Bianconi
1
-3
/
+1
2019-04-10
net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recv
Lorenzo Bianconi
1
-1
/
+3
2019-04-10
tipc: missing entries in name table of publications
Hoang Le
1
-1
/
+2
2019-04-10
fou: correct spelling of encapsulation
Simon Horman
1
-2
/
+2
2019-04-10
failover: allow name change on IFF_UP slave interfaces
Si-Wei Liu
2
-4
/
+18
2019-04-10
net/sched: cbs: fix port_rate miscalculation
Leandro Dorileo
1
-14
/
+84
2019-04-10
net/sched: taprio: fix picos_per_byte miscalculation
Leandro Dorileo
1
-16
/
+81
2019-04-10
net/tls: fix build without CONFIG_TLS_DEVICE
Jakub Kicinski
1
-0
/
+2
2019-04-10
net: strparser: fix comment
Jakub Kicinski
1
-1
/
+1
2019-04-10
net: strparser: partially revert "strparser: Call skb_unclone conditionally"
Jakub Kicinski
1
-7
/
+5
2019-04-10
net/tls: don't leak partially sent record in device mode
Jakub Kicinski
3
-14
/
+30
2019-04-10
net/tls: fix the IV leaks
Jakub Kicinski
1
-1
/
+4
2019-04-10
ipv4: Handle RTA_GATEWAY set to 0
David Ahern
2
-2
/
+4
2019-04-10
Revert: "net: sched: put back q.qlen into a single location"
Paolo Abeni
2
-4
/
+7
2019-04-10
net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, too
Paolo Abeni
2
-9
/
+16
2019-04-10
net: sched: always do stats accounting according to TCQ_F_CPUSTATS
Paolo Abeni
1
-33
/
+17
2019-04-10
net: caif: avoid using qdisc_qlen()
Paolo Abeni
1
-4
/
+8
2019-04-10
mac80211: fix RX STBC override byte order
Johannes Berg
1
-2
/
+3
2019-04-09
Merge tag 'mac80211-for-davem-2019-04-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
David S. Miller
10
-48
/
+102
2019-04-09
net/ipv4/netfilter: Update comment from call_rcu_bh() to call_rcu()
Paul E. McKenney
1
-1
/
+1
2019-04-09
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
3
-4
/
+4
2019-04-09
mac80211: Honor SW_CRYPTO_CONTROL for unicast keys in AP VLAN mode
Alexander Wetzel
1
-5
/
+4
2019-04-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-12
/
+31
2019-04-08
net: ip6_gre: fix possible use-after-free in ip6erspan_rcv
Lorenzo Bianconi
1
-7
/
+13
2019-04-08
net: ip_gre: fix possible use-after-free in erspan_rcv
Lorenzo Bianconi
1
-5
/
+10
2019-04-08
ipv4: Allow ipv6 gateway with ipv4 routes
David Ahern
2
-8
/
+121
2019-04-08
ipv4: Flag fib_info with a fib_nh using IPv6 gateway
David Ahern
1
-0
/
+2
2019-04-08
ipv4: Handle ipv6 gateway in fib_good_nh
David Ahern
1
-2
/
+8
2019-04-08
ipv4: Handle ipv6 gateway in fib_detect_death
David Ahern
1
-1
/
+9
2019-04-08
ipv4: Handle ipv6 gateway in ipv4_confirm_neigh
David Ahern
1
-4
/
+6
2019-04-08
bpf: Handle ipv6 gateway in bpf_ipv4_fib_lookup
David Ahern
1
-3
/
+14
2019-04-08
ipv4: Add helpers for neigh lookup for nexthop
David Ahern
2
-16
/
+22
2019-04-08
neighbor: Add skip_cache argument to neigh_output
David Ahern
2
-2
/
+2
2019-04-08
ipv4: Add fib_check_nh_v6_gw
David Ahern
1
-0
/
+27
2019-04-08
ipv4: Refactor fib_check_nh
David Ahern
1
-108
/
+124
2019-04-08
ipv4: Add support to fib_config for IPv6 gateway
David Ahern
1
-6
/
+23
2019-04-08
ipv4: Add support to rtable for ipv6 gateway
David Ahern
3
-7
/
+31
2019-04-08
ipv4: Prepare fib_config for IPv6 gateway
David Ahern
2
-17
/
+31
2019-04-08
ipv4: Prepare rtable for IPv6 gateway
David Ahern
7
-36
/
+43
2019-04-08
net: Replace nhc_has_gw with nhc_gw_family
David Ahern
6
-29
/
+27
[prev]
[next]