Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
315a8b2edf51711857795ba6e02b843d7792b59c
/
net
c4c53ba
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
999b8b8
9p: ensure err is initialized to 0 in p9_client_read/write
by Vincent Bernat
· 9 years ago
2f064f3
mm: make page pfmemalloc check more robust
by Michal Hocko
· 9 years ago
fd7dec2
batman-adv: Fix memory leak on tt add with invalid vlan
by Sven Eckelmann
· 9 years ago
9c7370a
ipv6: Fix a potential deadlock when creating pcpu rt
by Martin KaFai Lau
· 9 years ago
a73e419
ipv6: Add rt6_make_pcpu_route()
by Martin KaFai Lau
· 9 years ago
ad70686
ipv6: Remove un-used argument from ip6_dst_alloc()
by Martin KaFai Lau
· 9 years ago
a27cc68
Merge tag 'mac80211-for-davem-2015-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 9 years ago
5d37852
Revert "net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MIN"
by Calvin Owens
· 9 years ago
83fccfc
inet: fix potential deadlock in reqsk_queue_unlink()
by Eric Dumazet
· 9 years ago
25b97c0
ipv4: off-by-one in continuation handling in /proc/net/route
by Andy Whitcroft
· 9 years ago
a516993
net: fix wrong skb_get() usage / crash in IGMP/MLD parsing code
by Linus Lüssing
· 9 years ago
f5eeb5f
mac80211: fix invalid read in minstrel_sort_best_tp_rates()
by Adrien Schildknecht
· 9 years ago
211c504
net: dsa: Do not override PHY interface if already configured
by Florian Fainelli
· 9 years ago
28eaad7
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
by David S. Miller
· 9 years ago
3257d8b
inet: fix possible request socket leak
by Eric Dumazet
· 9 years ago
2235f2a
inet: fix races with reqsk timers
by Eric Dumazet
· 9 years ago
1825545
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 9 years ago
330567b
ipv6: don't reject link-local nexthop on other interface
by Florian Westphal
· 9 years ago
4e7c133
netlink: make sure -EBUSY won't escape from netlink_insert
by Daniel Borkmann
· 9 years ago
3c16241
netfilter: SYNPROXY: fix sending window update to client
by Phil Sutter
· 9 years ago
96fffb4
netfilter: ip6t_SYNPROXY: fix NULL pointer dereference
by Phil Sutter
· 9 years ago
95a428f
Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 9 years ago
786c207
bridge: netlink: account for the IFLA_BRPORT_PROXYARP_WIFI attribute size and policy
by Nikolay Aleksandrov
· 9 years ago
355b9f9
bridge: netlink: account for the IFLA_BRPORT_PROXYARP attribute size and policy
by Nikolay Aleksandrov
· 9 years ago
7ba8bd7
net: pktgen: don't abuse current->state in pktgen_thread_worker()
by Oleg Nesterov
· 9 years ago
a0a2a66
net: Fix skb_set_peeked use-after-free bug
by Herbert Xu
· 9 years ago
cb92205
Bluetooth: fix MGMT_EV_NEW_LONG_TERM_KEY event
by Jakub Pawlowski
· 9 years ago
f58e5aa
netfilter: conntrack: Use flags in nf_ct_tmpl_alloc()
by Joe Stringer
· 9 years ago
27a4d5e
batman-adv: initialize up/down values when adding a gateway
by Simon Wunderlich
· 9 years ago
ef72706
batman-adv: protect tt_local_entry from concurrent delete events
by Marek Lindner
· 9 years ago
354136b
batman-adv: fix kernel crash due to missing NULL checks
by Marek Lindner
· 9 years ago
f202a66
batman-adv: avoid DAT to mess up LAN state
by Antonio Quartulli
· 9 years ago
10e2eb8
udp: fix dst races with multicast early demux
by Eric Dumazet
· 9 years ago
468b732
rds: fix an integer overflow test in rds_info_getsockopt()
by Dan Carpenter
· 9 years ago
636dba8
act_mirred: avoid calling tcf_hash_release() when binding
by WANG Cong
· 9 years ago
3576fd7
openvswitch: Fix L4 checksum handling when dealing with IP fragments
by Glenn Griffin
· 9 years ago
3d0e0af
fq_codel: explicitly reset flows in ->reset()
by Eric Dumazet
· 9 years ago
7c764ce
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
5175f71
act_pedit: check binding before calling tcf_hash_release()
by WANG Cong
· 9 years ago
8a68173
net: sk_clone_lock() should only do get_net() if the parent is not a kernel socket
by Sowmini Varadhan
· 9 years ago
28e6b67
net: sched: fix refcount imbalance in actions
by Daniel Borkmann
· 9 years ago
1a727c6
netfilter: nf_conntrack: checking for IS_ERR() instead of NULL
by Dan Carpenter
· 9 years ago
f0ad462
netfilter: nf_conntrack: silence warning on falling back to vmalloc()
by Pablo Neira Ayuso
· 9 years ago
f4eaed2
act_bpf: fix memory leaks when replacing bpf programs
by Daniel Borkmann
· 9 years ago
c8507fb
ipv6: flush nd cache on IFF_NOARP change
by Eric Dumazet
· 9 years ago
7ae90a4
bridge: mdb: fix delmdb state in the notification
by Nikolay Aleksandrov
· 9 years ago
544586f
bridge: mcast: give fast leave precedence over multicast router and querier
by Satish Ashok
· 9 years ago
df356d5
bridge: Fix network header pointer for vlan tagged packets
by Toshiaki Makita
· 9 years ago
dbd46ab
packet: tpacket_snd(): fix signed/unsigned comparison
by Alexander Drozdov
· 9 years ago
11c91ef
arp: filter NOARP neighbours for SIOCGARP
by Eric Dumazet
· 9 years ago
865b804
net/ipv4: suppress NETDEV_UP notification on address lifetime update
by David Ward
· 9 years ago
76b91c3
bridge: stp: when using userspace stp stop kernel hello and hold timers
by Nikolay Aleksandrov
· 9 years ago
d8132e0
Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 9 years ago
158cd4a
packet: missing dev_put() in packet_do_bind()
by Lars Westerhoff
· 9 years ago
f580dd0
SUNRPC: Report TCP errors to the caller
by Trond Myklebust
· 9 years ago
1513069
fib_trie: Drop unnecessary calls to leaf_pull_suffix
by Alexander Duyck
· 9 years ago
743c69e
sunrpc: translate -EAGAIN to -ENOBUFS when socket is writable.
by NeilBrown
· 9 years ago
dfbafc9
tcp: fix recv with flags MSG_WAITALL | MSG_PEEK
by Sabrina Dubroca
· 9 years ago
03de104
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
by David S. Miller
· 9 years ago
caaecdd
inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the test
by Nikolay Aleksandrov
· 9 years ago
5719b29
inet: frag: don't wait for timer deletion when evicting
by Florian Westphal
· 9 years ago
0e60d24
inet: frag: change *_frag_mem_limit functions to take netns_frags as argument
by Florian Westphal
· 9 years ago
d1fe194
inet: frag: don't re-use chainlist for evictor
by Florian Westphal
· 9 years ago
81296fc
net: sctp: stop spamming klog with rfc6458, 5.3.2. deprecation warnings
by Daniel Borkmann
· 9 years ago
963ad94
bridge: netlink: fix slave_changelink/br_setport race conditions
by Nikolay Aleksandrov
· 9 years ago
48516438
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 9 years ago
cc9f4da
cgroup: net_cls: fix false-positive "suspicious RCU usage"
by Konstantin Khlebnikov
· 9 years ago
77e62da
sch_choke: drop all packets in queue during reset
by WANG Cong
· 9 years ago
fe6bea7
sch_plug: purge buffered packets during reset
by WANG Cong
· 9 years ago
2392deb
ipv4: consider TOS in fib_select_default
by Julian Anastasov
· 9 years ago
18a912e
ipv4: fib_select_default should match the prefix
by Julian Anastasov
· 9 years ago
d1a343a
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 9 years ago
25ba265
Bluetooth: Fix NULL pointer dereference in smp_conn_security
by Johan Hedberg
· 9 years ago
c5dfd65
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
1980bd4
SUNRPC: xprt_complete_bc_request must also decrement the free slot count
by Trond Myklebust
· 9 years ago
6851447
SUNRPC: Fix a backchannel deadlock
by Trond Myklebust
· 9 years ago
4b31814
netfilter: nf_conntrack: Support expectations in different zones
by Joe Stringer
· 9 years ago
bac541e
openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodes
by Chris J Arges
· 9 years ago
0470eb9
netlink: don't hold mutex in rcu callback when releasing mmapd ring
by Florian Westphal
· 9 years ago
89e478a
tcp: suppress a division by zero warning
by Eric Dumazet
· 9 years ago
0848f64
inet: frags: fix defragmented packet's IP header for af_packet
by Edward Hyunkoo Jee
· 9 years ago
32b2f4b
sched: cls_flow: fix panic on filter replace
by Daniel Borkmann
· 9 years ago
ff3532f
sched: cls_flower: fix panic on filter replace
by Daniel Borkmann
· 9 years ago
f6bfc46
sched: cls_bpf: fix panic on filter replace
by Daniel Borkmann
· 9 years ago
27dfead
Merge tag 'mac80211-for-davem-2015-07-17' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 9 years ago
8bf4ada
net: ratelimit warnings about dst entry refcount underflow or overflow
by Konstantin Khlebnikov
· 9 years ago
b8a23e8
caif: fix leaks and race in caif_queue_rcv_skb()
by Eric Dumazet
· 9 years ago
fdbf5b0
Revert "sit: Add gro callbacks to sit_offload"
by Herbert Xu
· 9 years ago
b64f48d
Merge tag 'ipvs-fixes-for-v4.2' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs
by Pablo Neira Ayuso
· 9 years ago
0838aa7
netfilter: fix netns dependencies with conntrack templates
by Pablo Neira Ayuso
· 9 years ago
923b352
cfg80211: use RTNL locked reg_can_beacon for IR-relaxation
by Arik Nemtsov
· 9 years ago
b3e7de8
mac80211: add missing length check for confirm frames
by Bob Copeland
· 9 years ago
2ea752c
mac80211: correct aid location in peering frames
by Bob Copeland
· 9 years ago
042ab5f
wireless: regulatory: reduce log level of CRDA related messages
by Thomas Petazzoni
· 9 years ago
d8d9008
mac80211: shut down interfaces before destroying interface list
by Johannes Berg
· 9 years ago
541b6ed
mac80211: wowlan: enable powersave if suspend while ps-polling
by Chaitanya T K
· 9 years ago
e9de019
mac80211: don't clear all tx flags when requeing
by Michal Kazior
· 9 years ago
4479004
mac80211: clear subdir_stations when removing debugfs
by Tom Hughes
· 9 years ago
ddf06c1
tc: act_bpf: fix memory leak
by Alexei Starovoitov
· 9 years ago
Next »