Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6119a89ab578f25177e9c7d61911aeadbc5fa903
/
net
6732121
net: Do not clear the sock TX queue in sk_set_socket()
by Tariq Toukan
· 5 years ago
6ac341c
net: Fix the arp error in some cases
by guodeqing
· 5 years ago
5030f66
sctp: Don't advertise IPv4 addresses if ipv6only is set on the socket
by Marcelo Ricardo Leitner
· 5 years ago
05cc823
tcp: grow window for OOO packets only for SACK flows
by Eric Dumazet
· 5 years ago
743475d
ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()
by Taehee Yoo
· 5 years ago
98d3884
tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT
by Neal Cardwell
· 5 years ago
ae1c468
ip_tunnel: fix use-after-free in ip_tunnel_lookup()
by Taehee Yoo
· 5 years ago
5e43d1c
rxrpc: Fix notification call on completion of discarded calls
by David Howells
· 5 years ago
40b5693
net: fix memleak in register_netdevice()
by Yang Yingliang
· 5 years ago
d2c7abe
mld: fix memory leak in ipv6_mc_destroy_dev()
by Wang Hai
· 5 years ago
0263059
net: sched: export __netdev_watchdog_up()
by Valentin Longchamp
· 5 years ago
cb6f92e
l2tp: Allow duplicate session creation with UDP
by Ridge Kennedy
· 6 years ago
815be3b
net: core: device_rename: Use rwsem instead of a seqcount
by Ahmed S. Darwish
· 5 years ago
e8f4558
sched/rt, net: Use CONFIG_PREEMPTION.patch
by Thomas Gleixner
· 6 years ago
d5f224c
net: sunrpc: Fix off-by-one issues in 'rpc_ntop6'
by Fedor Tokarev
· 5 years ago
d32887e
sunrpc: clean up properly in gss_mech_unregister()
by NeilBrown
· 5 years ago
59b68ca
sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.
by NeilBrown
· 5 years ago
fbe0bd6
netfilter: nft_nat: return EOPNOTSUPP if type or flags are not supported
by Pablo Neira Ayuso
· 5 years ago
5b0660c
Bluetooth: Add SCO fallback for invalid LMP parameters error
by Hsin-Yu Chao
· 5 years ago
47fb864
ipv6: fix IPV6_ADDRFORM operation logic
by Hangbin Liu
· 5 years ago
eeced74
l2tp: add sk_family checks to l2tp_validate_socket
by Eric Dumazet
· 5 years ago
efbdae0
vsock: fix timeout in vsock_accept()
by Stefano Garzarella
· 5 years ago
78320d3
l2tp: do not use inet_hash()/inet_unhash()
by Eric Dumazet
· 5 years ago
d2d5111
devinet: fix memleak in inetdev_init()
by Yang Yingliang
· 5 years ago
7aebadb
esp6: fix memleak on error path in esp6_input
by Zhen Lei
· 7 years ago
fba023f
net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flags
by Roopa Prabhu
· 7 years ago
2395335
netfilter: nf_conntrack_pptp: fix compilation warning with W=1 build
by Pablo Neira Ayuso
· 5 years ago
8ef5764
netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code
by Pablo Neira Ayuso
· 5 years ago
12e4275
netfilter: ipset: Fix subcounter update skip
by Phil Sutter
· 5 years ago
b614b86
netfilter: nft_reject_bridge: enable reject with bridge vlan
by Michael Braun
· 5 years ago
c67ec7f
ip_vti: receive ipip packet by calling ip_tunnel_rcv
by Xin Long
· 5 years ago
60dbd1a
vti4: eliminated some duplicate code.
by Jeremy Sowden
· 6 years ago
52914ac
xfrm: fix a NULL-ptr deref in xfrm_local_error
by Xin Long
· 5 years ago
6215d49
xfrm: fix a warning in xfrm_policy_insert_list
by Xin Long
· 5 years ago
918e01b
xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_input
by Xin Long
· 5 years ago
a3e7338
mac80211: mesh: fix discovery timer re-arming issue / crash
by Linus Lüssing
· 5 years ago
aa8b168
libceph: ignore pool overlay and cache logic on redirects
by Jerry Lee
· 5 years ago
4b55bd3
net: qrtr: Fix passing invalid reference to qrtr_local_enqueue()
by Manivannan Sadhasivam
· 5 years ago
5e350e7
sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and socket is closed
by Jere Leppänen
· 5 years ago
f08aeb3
net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"
by Yuqi Jin
· 5 years ago
72e2d90
net: ipip: fix wrong address family in init error path
by Vadim Fedorenko
· 5 years ago
decc637
ax25: fix setsockopt(SO_BINDTODEVICE)
by Eric Dumazet
· 5 years ago
e6cfc10
l2tp: device MTU setup, tunnel socket needs a lock
by R. Parameswaran
· 8 years ago
ad6c13e
l2tp: initialise PPP sessions before registering them
by Guillaume Nault
· 5 years ago
5803ecd
l2tp: protect sock pointer of struct pppol2tp_session with RCU
by Guillaume Nault
· 5 years ago
96985ed
l2tp: initialise l2tp_eth sessions before registering them
by Guillaume Nault
· 5 years ago
12b5fb5
l2tp: don't register sessions in l2tp_session_create()
by Guillaume Nault
· 5 years ago
1ede832
l2tp: fix l2tp_eth module loading
by Guillaume Nault
· 5 years ago
feaed88
l2tp: pass tunnel pointer to ->session_create()
by Guillaume Nault
· 5 years ago
880cd40
l2tp: prevent creation of sessions on terminated tunnels
by Guillaume Nault
· 5 years ago
e20c980
l2tp: hold tunnel used while creating sessions with netlink
by Guillaume Nault
· 5 years ago
4c15cdb
l2tp: hold tunnel while handling genl TUNNEL_GET commands
by Guillaume Nault
· 5 years ago
00cf405
l2tp: hold tunnel while handling genl tunnel updates
by Guillaume Nault
· 5 years ago
0b21fa7
l2tp: hold tunnel while processing genl delete command
by Guillaume Nault
· 5 years ago
523e6d7
l2tp: hold tunnel while looking up sessions in l2tp_netlink
by Guillaume Nault
· 5 years ago
11a0837
l2tp: initialise session's refcount before making it reachable
by Guillaume Nault
· 5 years ago
d4504d1
l2tp: define parameters of l2tp_tunnel_find*() as "const"
by Guillaume Nault
· 5 years ago
eb61cab
l2tp: define parameters of l2tp_session_get*() as "const"
by Guillaume Nault
· 5 years ago
e27738d
l2tp: remove l2tp_session_find()
by Guillaume Nault
· 5 years ago
6729e73
l2tp: remove useless duplicate session detection in l2tp_netlink
by Guillaume Nault
· 5 years ago
fa5b41c
L2TP:Adjust intf MTU, add underlay L3, L2 hdrs.
by R. Parameswaran
· 5 years ago
b25415f
New kernel function to get IP overhead on a socket.
by R. Parameswaran
· 5 years ago
6df792e
net: l2tp: ppp: change PPPOL2TP_MSG_* => L2TP_MSG_*
by Asbjørn Sloth Tønnesen
· 5 years ago
18dc6fb
net: l2tp: export debug flags to UAPI
by Asbjørn Sloth Tønnesen
· 5 years ago
d1d65ba
netprio_cgroup: Fix unlimited memory leak of v2 cgroups
by Zefan Li
· 5 years ago
be38a13
net: ipv4: really enforce backoff for redirects
by Paolo Abeni
· 5 years ago
bac931d
Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"
by Maciej Żenczykowski
· 5 years ago
9232577
netlabel: cope with NULL catmap
by Paolo Abeni
· 5 years ago
74af5e3
net: fix a potential recursive NETDEV_FEAT_CHANGE
by Cong Wang
· 5 years ago
4bdea73
netfilter: conntrack: avoid gcc-10 zero-length-bounds warning
by Arnd Bergmann
· 5 years ago
23d07a9
drop_monitor: work around gcc-10 stringop-overflow warning
by Arnd Bergmann
· 5 years ago
badbe56
net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup
by Sabrina Dubroca
· 6 years ago
5cc5fa7
net: ipv6: add net argument to ip6_dst_lookup_flow
by Sabrina Dubroca
· 6 years ago
aba0fd6
batman-adv: Fix refcnt leak in batadv_v_ogm_process
by Xiyu Yang
· 5 years ago
c62006c
batman-adv: Fix refcnt leak in batadv_store_throughput_override
by Xiyu Yang
· 5 years ago
f9d0df8c
batman-adv: Fix refcnt leak in batadv_show_throughput_override
by Xiyu Yang
· 5 years ago
221d9ba
batman-adv: fix batadv_nc_random_weight_tq
by George Spelvin
· 5 years ago
019495f
sch_sfq: validate silly quantum values
by Eric Dumazet
· 5 years ago
6f96cc3
sch_choke: avoid potential panic in choke_reset()
by Eric Dumazet
· 5 years ago
ce0ca3d
fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checks
by Eric Dumazet
· 5 years ago
9bb734d
mac80211: add ieee80211_is_any_nullfunc()
by Thomas Pedersen
· 6 years ago
0bd7476
sctp: Fix SHUTDOWN CTSN Ack in the peer restart case
by Jere Leppänen
· 5 years ago
c8cd218
xprtrdma: Fix backchannel allocation of extra rpcrdma_reps
by Chuck Lever
· 8 years ago
d95f959
xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finish
by David Ahern
· 5 years ago
74f971a
net/x25: Fix x25_neigh refcnt leak when receiving frame
by Xiyu Yang
· 5 years ago
9d98358
net: netrom: Fix potential nr_neigh refcnt leak in nr_add_node
by Xiyu Yang
· 5 years ago
a737ff3
ipv6: fix restrict IPV6_ADDRFORM operation
by John Haxby
· 5 years ago
1dd76d0
vti4: removed duplicate log message.
by Jeremy Sowden
· 6 years ago
bcdb7d9
net: ipv4: avoid unused variable warning for sysctl
by Arnd Bergmann
· 7 years ago
5656000
net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()
by Nicolai Stange
· 8 years ago
0f838a4
net: qrtr: send msgs from local of same id as broadcast
by Wang Wenhu
· 5 years ago
1cd63cc
net: ipv4: devinet: Fix crash when add/del multicast IP with autojoin
by Taras Chornyi
· 5 years ago
c72ef9f
hsr: check protocol version in hsr_newlink()
by Taehee Yoo
· 5 years ago
5cc241a
Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
by Qiujun Huang
· 5 years ago
02c0b89
net: dsa: tag_brcm: Fix skb->fwd_offload_mark location
by Florian Fainelli
· 5 years ago
de29be7
sctp: fix possibly using a bad saddr with a given dst
by Marcelo Ricardo Leitner
· 5 years ago
a6a758c
sctp: fix refcount bug in sctp_wfree
by Qiujun Huang
· 5 years ago
4f1640e
net, ip_tunnel: fix interface lookup with no key
by William Dauchy
· 5 years ago
32006be
ipv4: fix a RCU-list lock in fib_triestat_seq_show
by Qian Cai
· 5 years ago
e8b9cf5
l2tp: fix race between l2tp_session_delete() and l2tp_tunnel_closeall()
by Guillaume Nault
· 8 years ago
Next »