index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: nf_tables: Attach process info to NFT_MSG_NEWGEN notifications
Phil Sutter
2017-07-24
2
-1
/
+6
*
netfilter: Remove duplicated rcu_read_lock.
Taehee Yoo
2017-07-24
20
-128
/
+13
*
netfilter: nf_tables: keep chain counters away from hot path
Pablo Neira Ayuso
2017-07-24
3
-16
/
+23
*
netfilter: expect: add to hash table after expect init
Florian Westphal
2017-07-24
1
-6
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-07-21
1200
-18852
/
+38137
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-07-20
83
-581
/
+1176
|
|
\
|
|
*
net: bonding: Fix transmit load balancing in balance-alb mode
Kosuke Tatsukawa
2017-07-20
1
-1
/
+1
|
|
*
rds: Make sure updates to cp_send_gen can be observed
Håkon Bugge
2017-07-20
1
-3
/
+3
|
|
*
net: ethernet: ti: cpsw: Push the request_irq function to the end of probe
Keerthy
2017-07-20
1
-24
/
+25
|
|
*
ipv4: initialize fib_trie prior to register_netdev_notifier call.
Mahesh Bandewar
2017-07-20
1
-4
/
+5
|
|
*
rtnetlink: allocate more memory for dev_set_mac_address()
WANG Cong
2017-07-20
1
-1
/
+2
|
|
*
net: dsa: b53: Add missing ARL entries for BCM53125
Florian Fainelli
2017-07-20
1
-0
/
+1
|
|
*
Merge branch 'BPF-map-value-adjust-fix'
David S. Miller
2017-07-20
6
-23
/
+574
|
|
|
\
|
|
|
*
bpf: more tests for mixed signed and unsigned bounds checks
Daniel Borkmann
2017-07-20
1
-0
/
+418
|
|
|
*
bpf: add test for mixed signed and unsigned bounds checks
Edward Cree
2017-07-20
1
-0
/
+52
|
|
|
*
bpf: fix up test cases with mixed signed/unsigned bounds
Daniel Borkmann
2017-07-20
1
-4
/
+4
|
|
|
*
bpf: allow to specify log level and reduce it for test_verifier
Daniel Borkmann
2017-07-20
4
-5
/
+5
|
|
|
*
bpf: fix mixed signed/unsigned derived min/max value bounds
Daniel Borkmann
2017-07-20
2
-14
/
+95
|
|
|
/
|
|
*
ipv6: avoid overflow of offset in ip6_find_1stfragopt
Sabrina Dubroca
2017-07-19
1
-2
/
+6
|
|
*
net: tehuti: don't process data if it has not been copied from userspace
Colin Ian King
2017-07-19
1
-0
/
+2
|
|
*
Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"
David Ahern
2017-07-19
1
-0
/
+1
|
|
*
net: dsa: mv88e6xxx: Enable CMODE config support for 6390X
Martin Hundebøll
2017-07-19
1
-0
/
+1
|
|
*
dt-binding: ptp: Add SoC compatibility strings for dte ptp clock
Arun Parameswaran
2017-07-19
1
-4
/
+11
|
|
*
NET: dwmac: Make dwmac reset unconditional
Eugeniy Paltsev
2017-07-19
1
-1
/
+8
|
|
*
net: Zero terminate ifr_name in dev_ifname().
David S. Miller
2017-07-19
1
-0
/
+1
|
|
*
wireless: wext: terminate ifr name coming from userspace
Levin, Alexander
2017-07-19
1
-0
/
+2
|
|
*
netfilter: fix netfilter_net_init() return
Dan Carpenter
2017-07-18
1
-2
/
+2
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2017-07-18
6
-166
/
+14
|
|
|
\
|
|
|
*
netfilter: expect: fix crash when putting uninited expectation
Florian Westphal
2017-07-17
1
-1
/
+1
|
|
|
*
netfilter: nf_tables: only allow in/output for arp packets
Florian Westphal
2017-07-17
1
-2
/
+1
|
|
|
*
netfilter: nat: fix src map lookup
Florian Westphal
2017-07-17
1
-8
/
+9
|
|
|
*
netfilter: remove old pre-netns era hook api
Florian Westphal
2017-07-17
2
-152
/
+0
|
|
|
*
netfilter: nfnetlink: Improve input length sanitization in nfnetlink_rcv
Mateusz Jurczyk
2017-07-17
1
-3
/
+3
|
|
*
|
udp: preserve skb->dst if required for IP options processing
Paolo Abeni
2017-07-18
1
-2
/
+11
|
|
*
|
atm: zatm: Fix an error handling path in 'zatm_init_one()'
Christophe Jaillet
2017-07-18
1
-1
/
+1
|
|
*
|
ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()
Alexander Potapenko
2017-07-18
2
-0
/
+2
|
|
*
|
ppp: Fix false xmit recursion detect with two ppp devices
Gao Feng
2017-07-18
1
-9
/
+21
|
|
*
|
bpf: check NULL for sk_to_full_sk() return value
WANG Cong
2017-07-17
1
-1
/
+1
|
|
*
|
jhash: fix -Wimplicit-fallthrough warnings
Jakub Kicinski
2017-07-17
1
-15
/
+14
|
|
|
/
|
|
*
Merge branch 'bcmgenet-Fragmented-SKB-corrections'
David S. Miller
2017-07-15
2
-149
/
+152
|
|
|
\
|
|
|
*
net: bcmgenet: Free skb after last Tx frag
Doug Berger
2017-07-15
2
-60
/
+84
|
|
|
*
net: bcmgenet: Fix unmapping of fragments in bcmgenet_xmit()
Doug Berger
2017-07-15
1
-106
/
+85
|
|
|
/
|
|
*
dt-bindings: net: Remove duplicate NSP Ethernet MAC binding document
Florian Fainelli
2017-07-15
1
-24
/
+0
|
|
*
Merge branch 'isdn-const-pci_device_ids'
David S. Miller
2017-07-15
10
-10
/
+10
|
|
|
\
|
|
|
*
isdn: avm: c4: constify pci_device_id.
Arvind Yadav
2017-07-15
1
-1
/
+1
|
|
|
*
isdn: mISDN: hfcpci: constify pci_device_id.
Arvind Yadav
2017-07-15
1
-1
/
+1
|
|
|
*
isdn: mISDN: avmfritz: constify pci_device_id.
Arvind Yadav
2017-07-15
1
-1
/
+1
|
|
|
*
isdn: mISDN: w6692: constify pci_device_id.
Arvind Yadav
2017-07-15
1
-1
/
+1
|
|
|
*
isdn: mISDN: hfcmulti: constify pci_device_id.
Arvind Yadav
2017-07-15
1
-1
/
+1
|
|
|
*
isdn: mISDN: netjet: constify pci_device_id.
Arvind Yadav
2017-07-15
1
-1
/
+1
[next]