index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
crash_dump.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-07-21
ipv4: initialize fib_trie prior to register_netdev_notifier call.
Mahesh Bandewar
1
-4
/
+5
2017-07-21
rtnetlink: allocate more memory for dev_set_mac_address()
WANG Cong
1
-1
/
+2
2017-07-21
net: dsa: b53: Add missing ARL entries for BCM53125
Florian Fainelli
1
-0
/
+1
2017-07-21
bpf: more tests for mixed signed and unsigned bounds checks
Daniel Borkmann
1
-0
/
+418
2017-07-21
bpf: add test for mixed signed and unsigned bounds checks
Edward Cree
1
-0
/
+52
2017-07-21
bpf: fix up test cases with mixed signed/unsigned bounds
Daniel Borkmann
1
-4
/
+4
2017-07-21
bpf: allow to specify log level and reduce it for test_verifier
Daniel Borkmann
4
-5
/
+5
2017-07-21
bpf: fix mixed signed/unsigned derived min/max value bounds
Daniel Borkmann
2
-14
/
+95
2017-07-20
ipv6: avoid overflow of offset in ip6_find_1stfragopt
Sabrina Dubroca
1
-2
/
+6
2017-07-20
net: tehuti: don't process data if it has not been copied from userspace
Colin Ian King
1
-0
/
+2
2017-07-20
Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"
David Ahern
1
-0
/
+1
2017-07-20
net: dsa: mv88e6xxx: Enable CMODE config support for 6390X
Martin Hundebøll
1
-0
/
+1
2017-07-20
dt-binding: ptp: Add SoC compatibility strings for dte ptp clock
Arun Parameswaran
1
-4
/
+11
2017-07-19
NET: dwmac: Make dwmac reset unconditional
Eugeniy Paltsev
1
-1
/
+8
2017-07-19
net: Zero terminate ifr_name in dev_ifname().
David S. Miller
1
-0
/
+1
2017-07-19
wireless: wext: terminate ifr name coming from userspace
Levin, Alexander
1
-0
/
+2
2017-07-18
netfilter: fix netfilter_net_init() return
Dan Carpenter
1
-2
/
+2
2017-07-18
udp: preserve skb->dst if required for IP options processing
Paolo Abeni
1
-2
/
+11
2017-07-18
atm: zatm: Fix an error handling path in 'zatm_init_one()'
Christophe Jaillet
1
-1
/
+1
2017-07-18
ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()
Alexander Potapenko
2
-0
/
+2
2017-07-18
ppp: Fix false xmit recursion detect with two ppp devices
Gao Feng
1
-9
/
+21
2017-07-17
bpf: check NULL for sk_to_full_sk() return value
WANG Cong
1
-1
/
+1
2017-07-17
jhash: fix -Wimplicit-fallthrough warnings
Jakub Kicinski
1
-15
/
+14
2017-07-17
netfilter: expect: fix crash when putting uninited expectation
Florian Westphal
1
-1
/
+1
2017-07-17
netfilter: nf_tables: only allow in/output for arp packets
Florian Westphal
1
-2
/
+1
2017-07-17
netfilter: nat: fix src map lookup
Florian Westphal
1
-8
/
+9
2017-07-17
netfilter: remove old pre-netns era hook api
Florian Westphal
2
-152
/
+0
2017-07-17
netfilter: nfnetlink: Improve input length sanitization in nfnetlink_rcv
Mateusz Jurczyk
1
-3
/
+3
2017-07-16
net: bcmgenet: Free skb after last Tx frag
Doug Berger
2
-60
/
+84
2017-07-16
net: bcmgenet: Fix unmapping of fragments in bcmgenet_xmit()
Doug Berger
1
-106
/
+85
2017-07-16
dt-bindings: net: Remove duplicate NSP Ethernet MAC binding document
Florian Fainelli
1
-24
/
+0
2017-07-16
isdn: avm: c4: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-07-16
isdn: mISDN: hfcpci: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-07-16
isdn: mISDN: avmfritz: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-07-16
isdn: mISDN: w6692: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-07-16
isdn: mISDN: hfcmulti: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-07-16
isdn: mISDN: netjet: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-07-16
isdn: eicon: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-07-16
isdn: hisax: hisax_fcpcipnp: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-07-16
isdn: hisax: hfc4s8s_l1: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-07-16
isdn: hisax: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-07-15
tcp_bbr: init pacing rate on first RTT sample
Neal Cardwell
1
-1
/
+9
2017-07-15
tcp_bbr: remove sk_pacing_rate=0 transient during init
Neal Cardwell
1
-1
/
+0
2017-07-15
tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helper
Neal Cardwell
1
-5
/
+18
2017-07-15
tcp_bbr: introduce bbr_bw_to_pacing_rate() helper
Neal Cardwell
1
-3
/
+11
2017-07-15
tcp_bbr: cut pacing rate only if filled pipe
Neal Cardwell
1
-2
/
+1
2017-07-15
openvswitch: Fix for force/commit action failures
Greg Rose
1
-15
/
+36
2017-07-15
sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()
Alexander Potapenko
1
-0
/
+4
2017-07-15
ipv4: ip_do_fragment: fix headroom tests
Vasily Averin
1
-4
/
+4
2017-07-15
mlx4_en: remove unnecessary returned value check
Zhu Yanjun
1
-5
/
+3
[next]