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
/
tls
/
Kconfig
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-01
selftests: fib_rule_tests: print the result and return 1 if any tests failed
Hangbin Liu
1
-0
/
+6
2019-05-01
ipv4: ip_do_fragment: Preserve skb_iif during fragmentation
Shmulik Ladkani
1
-0
/
+1
2019-05-01
net/tls: avoid NULL pointer deref on nskb->sk in fallback
Jakub Kicinski
1
-1
/
+2
2019-05-01
selftests: fib_rule_tests: Fix icmp proto with ipv6
David Ahern
1
-2
/
+2
2019-05-01
packet: validate msg_namelen in send directly
Willem de Bruijn
1
-10
/
+14
2019-05-01
packet: in recvmsg msg_name return at least sizeof sockaddr_ll
Willem de Bruijn
1
-2
/
+11
2019-05-01
sctp: avoid running the sctp state machine recursively
Xin Long
3
-38
/
+27
2019-05-01
stmmac: pci: Fix typo in IOT2000 comment
Jan Kiszka
1
-1
/
+1
2019-05-01
Documentation: fix netdev-FAQ.rst markup warning
Randy Dunlap
1
-1
/
+1
2019-04-30
ipv6: fix races in ip6_dst_destroy()
Eric Dumazet
2
-10
/
+3
2019-04-30
l2ip: fix possible use-after-free
Eric Dumazet
1
-4
/
+4
2019-04-30
appletalk: Set error code if register_snap_client failed
YueHaibing
1
-0
/
+1
2019-04-30
net: dsa: bcm_sf2: fix buffer overflow doing set_rxnfc
Dan Carpenter
1
-0
/
+6
2019-04-30
rxrpc: Fix net namespace cleanup
David Howells
1
-16
/
+16
2019-04-29
ipv6/flowlabel: wait rcu grace period before put_pid()
Eric Dumazet
1
-6
/
+12
2019-04-29
vrf: Use orig netdev to count Ip6InNoRoutes and a fresh route lookup when sending dest unreach
Stephen Suryaputra
1
-6
/
+17
2019-04-29
tcp: add sanity tests in tcp_add_backlog()
Eric Dumazet
1
-1
/
+12
2019-04-29
ipv6: invert flowlabel sharing check in process and user mode
Willem de Bruijn
1
-2
/
+2
2019-04-29
ath10k: Drop WARN_ON()s that always trigger during system resume
Rafael J. Wysocki
1
-2
/
+2
2019-04-29
ath10k: perform crash dump collection in workqueue
Brian Norris
6
-9
/
+29
2019-04-28
iwlwifi: mvm: fix merge damage in iwl_mvm_vif_dbgfs_register()
Luca Coelho
1
-6
/
+0
2019-04-28
iwlwifi: fix driver operation for 5350
Emmanuel Grumbach
1
-1
/
+2
2019-04-28
iwlwifi: mvm: check for length correctness in iwl_mvm_create_skb()
Luca Coelho
1
-4
/
+24
2019-04-27
udp: fix GRO reception in case of length mismatch
Paolo Abeni
1
-4
/
+5
2019-04-27
net/tls: fix copy to fragments in reencrypt
Jakub Kicinski
1
-7
/
+22
2019-04-27
net/tls: don't copy negative amounts of data in reencrypt
Jakub Kicinski
1
-6
/
+8
2019-04-27
bnxt_en: Fix uninitialized variable usage in bnxt_rx_pkt().
Michael Chan
1
-4
/
+5
2019-04-27
bnxt_en: Fix statistics context reservation logic.
Michael Chan
1
-8
/
+6
2019-04-27
bnxt_en: Pass correct extended TX port statistics size to firmware.
Michael Chan
1
-2
/
+6
2019-04-27
bnxt_en: Fix possible crash in bnxt_hwrm_ring_free() under error conditions.
Michael Chan
1
-6
/
+6
2019-04-27
bnxt_en: Free short FW command HWRM memory in error path in bnxt_init_one()
Vasundhara Volam
1
-0
/
+1
2019-04-27
bnxt_en: Improve multicast address setup logic.
Michael Chan
1
-1
/
+8
2019-04-26
net: phy: marvell: Fix buffer overrun with stats counters
Andrew Lunn
1
-2
/
+4
2019-04-26
genetlink: use idr_alloc_cyclic for family->id assignment
Marcel Holtmann
1
-2
/
+2
2019-04-26
qmi_wwan: new Wistron, ZTE and D-Link devices
Bjørn Mork
1
-0
/
+10
2019-04-26
net: ethernet: stmmac: manage the get_irq probe defer case
Fabien Dessenne
1
-0
/
+3
2019-04-26
l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv()
Eric Dumazet
1
-1
/
+1
2019-04-25
bpf: Fix preempt_enable_no_resched() abuse
Peter Zijlstra
1
-1
/
+1
2019-04-25
selftests/bpf: test cases for pkt/null checks in subprogs
Paul Chaignon
2
-0
/
+47
2019-04-25
bpf: mark registers in all frames after pkt/null checks
Paul Chaignon
1
-30
/
+46
2019-04-25
libbpf: add binary to gitignore
Matteo Croce
1
-0
/
+1
2019-04-25
tools: bpftool: fix infinite loop in map create
Alban Crequy
1
-0
/
+3
2019-04-25
MIPS: eBPF: Make ebpf_to_mips_reg() static
YueHaibing
1
-2
/
+3
2019-04-25
mwifiex: Make resume actually do something useful again on SDIO cards
Douglas Anderson
1
-1
/
+1
2019-04-24
ipv4: add sanity checks in ipv4_link_failure()
Eric Dumazet
1
-9
/
+23
2019-04-24
net/rose: fix unbound loop in rose_loopback_timer()
Eric Dumazet
1
-11
/
+16
2019-04-24
rxrpc: fix race condition in rxrpc_input_packet()
Eric Dumazet
2
-5
/
+10
2019-04-24
MAINTAINERS: LEDs: Add designated reviewer for LED subsystem
Dan Murphy
1
-0
/
+1
2019-04-24
net: rds: exchange of 8K and 1M pool
Zhu Yanjun
2
-3
/
+11
2019-04-24
net: vrf: Fix operation not supported when set vrf mac
Miaohe Lin
1
-0
/
+2
[next]