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
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properly
Xin Long
2017-07-27
1
-0
/
+1
*
dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properly
Xin Long
2017-07-27
1
-0
/
+1
*
netpoll: Fix device name check in netpoll_setup()
Matthias Kaehlcke
2017-07-26
1
-1
/
+1
*
udp: unbreak build lacking CONFIG_XFRM
Paolo Abeni
2017-07-26
1
-1
/
+1
*
ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()
Stefano Brivio
2017-07-25
1
-4
/
+0
*
udp: preserve head state for IP_CMSG_PASSSEC
Paolo Abeni
2017-07-25
1
-20
/
+18
*
net: dsa: Initialize ds->cpu_port_mask earlier
Florian Fainelli
2017-07-24
1
-6
/
+7
*
packet: fix use-after-free in prb_retire_rx_blk_timer_expired()
WANG Cong
2017-07-24
1
-1
/
+1
*
openvswitch: fix potential out of bound access in parse_ct
Liping Zhang
2017-07-24
1
-2
/
+5
*
net/socket: fix type in assignment and trim long line
Paolo Abeni
2017-07-24
1
-2
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-07-20
25
-216
/
+141
|
\
|
*
rds: Make sure updates to cp_send_gen can be observed
Håkon Bugge
2017-07-20
1
-3
/
+3
|
*
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
|
*
ipv6: avoid overflow of offset in ip6_find_1stfragopt
Sabrina Dubroca
2017-07-19
1
-2
/
+6
|
*
Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"
David Ahern
2017-07-19
1
-0
/
+1
|
*
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
5
-157
/
+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
1
-143
/
+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
|
*
|
ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()
Alexander Potapenko
2017-07-18
2
-0
/
+2
|
|
/
|
*
tcp_bbr: init pacing rate on first RTT sample
Neal Cardwell
2017-07-15
1
-1
/
+9
|
*
tcp_bbr: remove sk_pacing_rate=0 transient during init
Neal Cardwell
2017-07-15
1
-1
/
+0
|
*
tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helper
Neal Cardwell
2017-07-15
1
-5
/
+18
|
*
tcp_bbr: introduce bbr_bw_to_pacing_rate() helper
Neal Cardwell
2017-07-15
1
-3
/
+11
|
*
tcp_bbr: cut pacing rate only if filled pipe
Neal Cardwell
2017-07-15
1
-2
/
+1
|
*
openvswitch: Fix for force/commit action failures
Greg Rose
2017-07-15
1
-15
/
+36
|
*
ipv4: ip_do_fragment: fix headroom tests
Vasily Averin
2017-07-15
1
-4
/
+4
|
*
sctp: fix an array overflow when all ext chunks are set
Xin Long
2017-07-14
1
-2
/
+2
|
*
net sched actions: rename act_get_notify() to tcf_get_notify()
Roman Mashak
2017-07-14
1
-2
/
+2
|
*
net/packet: Fix Tx queue selection for AF_PACKET
Iván Briano
2017-07-14
1
-4
/
+2
|
*
net: bridge: fix dest lookup when vlan proto doesn't match
Nikolay Aleksandrov
2017-07-14
2
-2
/
+4
|
*
netpoll: shut up a kernel warning on refcount
WANG Cong
2017-07-14
1
-1
/
+1
|
*
net: set fib rule refcount after malloc
David Ahern
2017-07-13
1
-2
/
+1
|
*
dccp: make const array error_code static
Colin Ian King
2017-07-13
1
-1
/
+1
|
*
bpf: fix return in bpf_skb_adjust_net
Kefeng Wang
2017-07-13
1
-1
/
+1
*
|
libceph: potential NULL dereference in ceph_msg_data_create()
Dan Carpenter
2017-07-17
1
-2
/
+4
*
|
libceph: don't call encode_request_finish() on MOSDBackoff messages
Ilya Dryomov
2017-07-17
1
-1
/
+4
*
|
libceph: use alloc_pg_mapping() in __decode_pg_upmap_items()
Ilya Dryomov
2017-07-17
1
-1
/
+1
*
|
libceph: set -EINVAL in one place in crush_decode()
Ilya Dryomov
2017-07-17
1
-11
/
+12
*
|
libceph: NULL deref on osdmap_apply_incremental() error path
Dan Carpenter
2017-07-17
1
-3
/
+3
*
|
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-07-15
3
-5
/
+7
|
\
\
|
*
|
net/route: use get_random_int for random counter
Jason A. Donenfeld
2017-06-19
1
-2
/
+1
|
*
|
net/neighbor: use get_random_u32 for 32-bit hash random
Jason A. Donenfeld
2017-06-19
1
-2
/
+1
[next]