Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fbb32750a62df75d1ffea547f3908b21c5496d9f
/
net
2adb956
vlan: Warn the user if lowerdev has bad vlan features.
by Vlad Yasevich
· 11 years ago
fc92f74
bridge: Fix crash with vlan filtering and tcpdump
by Vlad Yasevich
· 11 years ago
53d6471
net: Account for all vlan headers in skb_mac_gso_segment
by Vlad Yasevich
· 11 years ago
c15b1cc
ipv6: move DAD and addrconf_verify processing to workqueue
by Hannes Frederic Sowa
· 11 years ago
e2a1d3e
tcp: fix get_timewait4_sock() delay computation on 64bit
by Eric Dumazet
· 11 years ago
4f647e0
openvswitch: fix a possible deadlock and lockdep warning
by Flavio Leitner
· 11 years ago
99b192d
bridge: Fix handling stacked vlan tags
by Toshiaki Makita
· 11 years ago
12464bb
bridge: Fix inabillity to retrieve vlan tags when tx offload is disabled
by Toshiaki Makita
· 11 years ago
36d5fe6
core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
by Zoltan Kiss
· 11 years ago
fc0d48b
vlan: Set hard_header_len according to available acceleration
by Vlad Yasevich
· 11 years ago
de14439
net: unix: non blocking recvmsg() should not return -EINTR
by Eric Dumazet
· 11 years ago
fbd02dd
ip_tunnel: Fix dst ref-count.
by Pravin B Shelar
· 11 years ago
a5d0e7c
tipc: fix spinlock recursion bug for failed subscriptions
by Erik Hugne
· 11 years ago
c27f087
netpoll: fix the skb check in pkt_is_ns
by Li RongQing
· 11 years ago
b74d3fe
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
by David S. Miller
· 11 years ago
f518338
ip6mr: fix mfc notification flags
by Nicolas Dichtel
· 11 years ago
65886f4
ipmr: fix mfc notification flags
by Nicolas Dichtel
· 11 years ago
1c104a6
rtnetlink: fix fdb notification flags
by Nicolas Dichtel
· 11 years ago
f9b8c4c
openvswitch: Correctly report flow used times for first 5 minutes after boot.
by Ben Pfaff
· 11 years ago
e367c2d
ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properly
by lucien
· 11 years ago
72c2dfd
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 11 years ago
53611c0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
ecab670
ipv6: Avoid unnecessary temporary addresses being generated
by Heiner Kallweit
· 11 years ago
dbb490b
net: socket: error on a negative msg_namelen
by Matthew Leach
· 11 years ago
20a599b
bridge: multicast: enable snooping on general queries only
by Linus Lüssing
· 11 years ago
9ed973c
bridge: multicast: add sanity check for general query destination
by Linus Lüssing
· 11 years ago
c3f9b01
tcp: tcp_release_cb() should release socket ownership
by Eric Dumazet
· 11 years ago
1fd819e
skbuff: skb_segment: orphan frags before copying
by Michael S. Tsirkin
· 11 years ago
1a4ceda
skbuff: skb_segment: s/fskb/list_skb/
by Michael S. Tsirkin
· 11 years ago
df5771f
skbuff: skb_segment: s/skb/head_skb/
by Michael S. Tsirkin
· 11 years ago
4e1beba
skbuff: skb_segment: s/skb_frag/frag/
by Michael S. Tsirkin
· 11 years ago
8cb1990
skbuff: skb_segment: s/frag/nskb_frag/
by Michael S. Tsirkin
· 11 years ago
dd38743
vlan: Set correct source MAC address with TX VLAN offload enabled
by Peter Boström
· 11 years ago
2818fa0
pkt_sched: fq: do not hold qdisc lock while allocating memory
by Eric Dumazet
· 11 years ago
e6a4b6f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
3731436
pkt_sched: move the sanity test in qdisc_list_add()
by Eric Dumazet
· 11 years ago
00e188e
sockfd_lookup_light(): switch to fdget^W^Waway from fget_light
by Al Viro
· 11 years ago
52a4c64
selinux: add gfp argument to security_xfrm_policy_alloc and fix callers
by Nikolay Aleksandrov
· 11 years ago
87536a8
net: af_key: fix sleeping under rcu
by Nikolay Aleksandrov
· 11 years ago
97bd5f0
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
by John W. Linville
· 11 years ago
c88507f
ipv6: don't set DST_NOCOUNT for remotely added routes
by Sabrina Dubroca
· 11 years ago
d2d273f
ipv6: Fix exthdrs offload registration.
by Anton Nayshtut
· 11 years ago
0a13404
net: unix socket code abuses csum_partial
by Anton Blanchard
· 11 years ago
e588e2f
inet: frag: make sure forced eviction removes all frags
by Florian Westphal
· 11 years ago
2892505
tipc: don't log disabled tasklet handler errors
by Erik Hugne
· 11 years ago
1bb8dce
tipc: fix memory leak during module removal
by Erik Hugne
· 11 years ago
edcc051
tipc: drop subscriber connection id invalidation
by Erik Hugne
· 11 years ago
fe8e464
tipc: avoid to unnecessary process switch under non-block mode
by Ying Xue
· 11 years ago
4652edb
tipc: fix connection refcount leak
by Ying Xue
· 11 years ago
6d4ebeb
tipc: allow connection shutdown callback to be invoked in advance
by Ying Xue
· 11 years ago
9e9cb62
l2tp: fix userspace reception on plain L2TP sockets
by Guillaume Nault
· 11 years ago
bb5016e
l2tp: fix manual sequencing (de)activation in L2TPv2
by Guillaume Nault
· 11 years ago
73c8daa
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by John W. Linville
· 11 years ago
c485658
net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunk
by Daniel Borkmann
· 11 years ago
6565b9e
bridge: multicast: add sanity check for query source addresses
by Linus Lüssing
· 11 years ago
24b9bf4
net: fix for a race condition in the inet frag code
by Nikolay Aleksandrov
· 11 years ago
864a604
mac80211: clear sequence/fragment number in QoS-null frames
by Johannes Berg
· 11 years ago
c3bebc7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
4823551
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by David S. Miller
· 11 years ago
ec0223e
net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capable
by Daniel Borkmann
· 11 years ago
82f1918
Merge tag 'linux-can-fixes-for-3.14-20140303' of git://gitorious.org/linux-can/linux-can
by David S. Miller
· 11 years ago
10ddceb
ip_tunnel:multicast process cause panic due to skb->_skb_refdst NULL pointer
by Xin Long
· 11 years ago
c84a571
tcp: fix bogus RTT on special retransmission
by Yuchung Cheng
· 11 years ago
de39d7a
hsr: off by one sanity check in hsr_register_frame_in()
by Dan Carpenter
· 11 years ago
0c6a481
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
by John W. Linville
· 11 years ago
821047c
can: remove CAN FD compatibility for CAN 2.0 sockets
by Oliver Hartkopp
· 11 years ago
bc00a91
cfg80211: remove racy beacon_interval assignment
by Johannes Berg
· 11 years ago
1c37a72
mac80211: consider virtual mon when calculating min_def
by Eliad Peller
· 11 years ago
b95eddb
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by John W. Linville
· 11 years ago
accfe0e
ipv6: ipv6_find_hdr restore prev functionality
by Hans Schillstrom
· 11 years ago
feff9ab
neigh: recompute reachabletime before returning from neigh_periodic_work()
by Duan Jiong
· 11 years ago
352063c
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by David S. Miller
· 11 years ago
2318721
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 11 years ago
bf439b3
net: ipv6: ping: Use socket mark in routing lookup
by Lorenzo Colitti
· 11 years ago
8e2a89c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
by John W. Linville
· 11 years ago
cb66498
mac80211: fix association to 20/40 MHz VHT networks
by Johannes Berg
· 11 years ago
724b9e1
sch_tbf: Fix potential memory leak in tbf_change().
by Hiroaki SHIMODA
· 11 years ago
9a9bfd0
net: tcp: use NET_INC_STATS()
by Eric Dumazet
· 11 years ago
3a9016f
xfrm: Fix unlink race when policies are deleted.
by Steffen Klassert
· 11 years ago
46833a8
net: Fix permission check in netlink_connect()
by Mike Pecovnik
· 11 years ago
91a48a2
ipv4: ipv6: better estimate tunnel header cut for correct ufo handling
by Hannes Frederic Sowa
· 11 years ago
092008a
cfg80211: regulatory: reset regdomain in case of error
by Janusz Dziedzic
· 11 years ago
d10473d
tcp: reduce the bloat caused by tcp_is_cwnd_limited()
by Eric Dumazet
· 11 years ago
963a1852
mac80211: don't validate unchanged AP bandwidth while tracking
by Johannes Berg
· 11 years ago
44a589c
NFC: NCI: Fix NULL pointer dereference
by Amitkumar Karwar
· 11 years ago
916e4cf
ipv6: reuse ip6_frag_id from ip6_ufo_append_data
by Hannes Frederic Sowa
· 11 years ago
4c47af4
net: sctp: rework multihoming retransmission path selection to rfc4960
by Daniel Borkmann
· 11 years ago
b194c1f
neigh: fix setting of default gc_* values
by Jiri Pirko
· 11 years ago
f5ddcbb
net-tcp: fastopen: fix high order allocations
by Eric Dumazet
· 11 years ago
970122f
tipc: make bearer set up in module insertion stage
by Ying Xue
· 11 years ago
9fe7ed4
tipc: remove all enabled flags from all tipc components
by Ying Xue
· 11 years ago
7cce3b7
net: sctp: Potentially-Failed state should not be reached from unconfirmed state
by Matija Glavinic Pecotic
· 11 years ago
cf71d2bc
sit: fix panic with route cache in ip tunnels
by Nicolas Dichtel
· 11 years ago
ee5c231
xfrm: Clone states properly on migration
by Steffen Klassert
· 11 years ago
8c0cba2
xfrm: Take xfrm_state_lock in xfrm_migrate_state_find
by Steffen Klassert
· 11 years ago
35ea790d
xfrm: Fix NULL pointer dereference on sub policy usage
by Steffen Klassert
· 11 years ago
876fc03
ip6_vti: Fix build when NET_IP_TUNNEL is not set.
by Steffen Klassert
· 11 years ago
e3685e0
mac80211: fix station wakeup powersave race
by Johannes Berg
· 11 years ago
5108ca8
mac80211: insert stations before adding to driver
by Johannes Berg
· 11 years ago
1d147bf
mac80211: fix AP powersave TX vs. wakeup race
by Emmanuel Grumbach
· 11 years ago
Next »