Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
85e092190b5f7dfe9b78556440472c5590a32b4e
/
net
« Previous
634a4b2
net: suppress lockdep-RCU false positive in FIB trie.
by Paul E. McKenney
· 15 years ago
cdead7c
SUNRPC: Fix a potential memory leak in auth_gss
by Trond Myklebust
· 15 years ago
c2c77ec
Bluetooth: Fix kernel crash on L2CAP stress tests
by Andrei Emeltchenko
· 15 years ago
aef7d97
Bluetooth: Convert debug files to actually use debugfs instead of sysfs
by Marcel Holtmann
· 15 years ago
101545f
Bluetooth: Fix potential bad memory access with sysfs files
by Marcel Holtmann
· 15 years ago
37b7ef7
netfilter: ctnetlink: fix reliable event delivery if message building fails
by Pablo Neira Ayuso
· 15 years ago
1a50307
netlink: fix NETLINK_RECV_NO_ENOBUFS in netlink_set_err()
by Pablo Neira Ayuso
· 15 years ago
73852e8
NET_DMA: free skbs periodically
by Steven J. Magnani
· 15 years ago
6830c25
tcp: Fix tcp_mark_head_lost() with packets == 0
by Lennart Schulte
· 15 years ago
a50436f
net: ipmr/ip6mr: fix potential out-of-bounds vif_table access
by Patrick McHardy
· 15 years ago
97e3ecd
TCP: check min TTL on received ICMP packets
by stephen hemminger
· 15 years ago
1041444
ipv6: Remove redundant dst NULL check in ip6_dst_check
by Herbert Xu
· 15 years ago
d11a4dc
ipv4: check rt_genid in dst_check
by Timo Teräs
· 15 years ago
0641e4f
net: Potential null skb->dev dereference
by Eric Dumazet
· 15 years ago
b634f87
tcp: Fix OOB POLLIN avoidance.
by Alexandra Kossovsky
· 15 years ago
7c34691
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 15 years ago
87faf3c
bridge: Make first arg to deliver_clone const.
by David S. Miller
· 15 years ago
32dec5d
bridge br_multicast: Don't refer to BR_INPUT_SKB_CB(skb)->mrouters_only without IGMP snooping.
by YOSHIFUJI Hideaki / 吉藤英明
· 15 years ago
858a18a
route: Fix caught BUG_ON during rt_secret_rebuild_oneshot()
by Vitaliy Gusev
· 15 years ago
8440853
bridge br_multicast: Fix skb leakage in error path.
by YOSHIFUJI Hideaki / 吉藤英明
· 15 years ago
0ba8c9e
bridge br_multicast: Fix handling of Max Response Code in IGMPv3 message.
by YOSHIFUJI Hideaki / 吉藤英明
· 15 years ago
21edbb2
NET: netpoll, fix potential NULL ptr dereference
by Jiri Slaby
· 15 years ago
a2f46ee
tipc: fix lockdep warning on address assignment
by Neil Horman
· 15 years ago
7f7708f
bridge: Fix br_forward crash in promiscuous mode
by Michael Braun
· 15 years ago
0821ec5
bridge: Move NULL mdb check into br_mdb_ip_get
by Herbert Xu
· 15 years ago
4961e02
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
d14a0eb
net-2.6 [Bug-Fix][dccp]: fix oops caused after failed initialisation
by Gerrit Renker
· 15 years ago
a1ca14a
phonet: use for_each_set_bit()
by Akinobu Mita
· 15 years ago
ceb804c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 15 years ago
d89b218
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
bec68ff
bridge: ensure to unlock in error path in br_multicast_query().
by YOSHIFUJI Hideaki
· 15 years ago
e2577a0
ipv6: Send netlink notification when DAD fails
by Herbert Xu
· 15 years ago
a003460
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by David S. Miller
· 15 years ago
45bc21e
9p: Change the name of new protocol from 9p2010.L to 9p2000.L
by Sripathi Kodi
· 15 years ago
86c8437
net/9p: Add sysfs mount_tag file for virtio 9P device
by Aneesh Kumar K.V
· 15 years ago
97ee9b0
net/9p: Use the tag name in the config space for identifying mount point
by Aneesh Kumar K.V
· 15 years ago
c32da02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
964ad81
ipconfig: Handle devices which take some time to come up.
by David S. Miller
· 15 years ago
51f5f8c
mac80211: Fix memory leak in ieee80211_if_write()
by Eric Dumazet
· 15 years ago
2a13052
mac80211: Fix (dynamic) power save entry
by Juuso Oikarinen
· 15 years ago
38a679a
mac80211: Fix sta_mtx unlocking on insert STA failure path
by Jouni Malinen
· 15 years ago
3041f51
net: Fix dev_mc_add()
by Eric Dumazet
· 15 years ago
0a14150
net: Annotates neigh_invalidate()
by Eric Dumazet
· 15 years ago
bb134d5
tcp: Fix tcp_v4_rcv()
by Eric Dumazet
· 15 years ago
de58657
tipc: filter out messages not intended for this host
by Neil Horman
· 15 years ago
d88dca7
tipc: fix endianness on tipc subscriber messages
by Neil Horman
· 15 years ago
f5c445e
ethtool: Use noinline_for_stack
by Eric Dumazet
· 15 years ago
81160e66
net/sunrpc: Convert (void)snprintf to snprintf
by Joe Perches
· 15 years ago
fc0b579
net/sunrpc: Remove uses of NIPQUAD, use %pI4
by Joe Perches
· 15 years ago
28b2774
tcp: Fix tcp_make_synack()
by Eric Dumazet
· 15 years ago
5fe46e9
rpc client can not deal with ENOSOCK, so translate it into ENOCONN
by Bian Naimeng
· 15 years ago
9837638
net: fix route cache rebuilds
by Eric Dumazet
· 15 years ago
6cce09f
tcp: Add SNMP counters for backlog and min_ttl drops
by Eric Dumazet
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
52cf25d
Driver core: Constify struct sysfs_ops in struct kobj_type
by Emese Revfy
· 15 years ago
28812fe
driver-core: Add attribute argument to class_attribute show/store
by Andi Kleen
· 15 years ago
10cc2b5
bridge: Fix RCU race in br_multicast_stop
by Herbert Xu
· 15 years ago
49f5fcf
bridge: Use RCU list primitive in __br_mdb_ip_get
by Herbert Xu
· 15 years ago
0c9a2ac
ipv6: Optmize translation between IPV6_PREFER_SRC_xxx and RT6_LOOKUP_F_xxx.
by YOSHIFUJI Hideaki / 吉藤英明
· 15 years ago
72150e9
sock.c: potential null dereference
by Dan Carpenter
· 15 years ago
02a780c
bridge: cleanup: remove unneed check
by Dan Carpenter
· 15 years ago
05c5cb3
Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 15 years ago
72c3368
nodemask.h: remove macro any_online_node
by H Hartley Sweeten
· 15 years ago
d17792e
ethtool: Add direct access to ops->get_sset_count
by Jeff Garzik
· 15 years ago
723b2f5
ethtool: Add direct access to ops->get_sset_count
by Jeff Garzik
· 15 years ago
a3a858f
net: backlog functions rename
by Zhu Yi
· 15 years ago
2499849
x25: use limited socket backlog
by Zhu Yi
· 15 years ago
53eecb1
tipc: use limited socket backlog
by Zhu Yi
· 15 years ago
50b1a78
sctp: use limited socket backlog
by Zhu Yi
· 15 years ago
79545b6
llc: use limited socket backlog
by Zhu Yi
· 15 years ago
5534979
udp: use limited socket backlog
by Zhu Yi
· 15 years ago
6b03a53
tcp: use limited socket backlog
by Zhu Yi
· 15 years ago
8eae939
net: add limit for socket backlog
by Zhu Yi
· 15 years ago
cc7889f
Merge branch 'nfs-for-2.6.34' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 15 years ago
c5a7697
9P2010.L handshake: .L protocol negotiation
by Sripathi Kodi
· 15 years ago
342fee1
9P2010.L handshake: Remove "dotu" variable
by Sripathi Kodi
· 15 years ago
0fb80ab
9P2010.L handshake: Add mount option
by Sripathi Kodi
· 15 years ago
c1a7c22
net/9p: Handle mount errors correctly.
by Aneesh Kumar K.V
· 15 years ago
37c1209
net/9p: Remove MAX_9P_CHAN limit
by Aneesh Kumar K.V
· 15 years ago
f75580c
net/9p: Add multi channel support.
by Aneesh Kumar K.V
· 15 years ago
3fa04ec
Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34
by Trond Myklebust
· 15 years ago
4ea41e2
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incoming
by J. Bruce Fields
· 15 years ago
0f2cc4e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 15 years ago
d0021b2
tipc: Fix oops on send prior to entering networked mode (v3)
by Neil Horman
· 15 years ago
6d55cb9
gre: fix hard header destination address checking
by Timo Teräs
· 15 years ago
8f37ada
IPv6: fix race between cleanup and add/delete address
by stephen hemminger
· 15 years ago
84e8b80
IPv6: addrconf notify when address is unavailable
by stephen hemminger
· 15 years ago
5b2a195
IPv6: addrconf timer race
by stephen hemminger
· 15 years ago
122e451
IPv6: addrconf dad timer unnecessary bh_disable
by stephen hemminger
· 15 years ago
e5c1a0a
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
4fa0043
mac80211: Fix HT rate control configuration
by Sujith
· 15 years ago
fc7bed8
Don't bother with d_genocide in rpc_pipe
by Al Viro
· 15 years ago
1cd4efd
bridge: depends on INET
by Randy Dunlap
· 15 years ago
d4612cb
Bluetooth: Use single_open() for inquiry cache within debugfs
by Marcel Holtmann
· 15 years ago
1162563
af_packet: move strict addr_len check right before dev_[mc/unicast]_[add/del]
by Jiri Pirko
· 15 years ago
87c1e12
ipsec: Fix bogus bundle flowi
by Herbert Xu
· 15 years ago
ccdb357
svcrpc: treat uid's as unsigned
by J. Bruce Fields
· 15 years ago
9c87ba6
mac80211: Fix reassociation processing (within ESS roaming)
by Jouni Malinen
· 15 years ago
3082a2b
rfkill: Add support for KEY_RFKILL
by Matthew Garrett
· 15 years ago
9fcfe0c
SUNRPC: Handle EINVAL error returns from the TCP connect operation
by Trond Myklebust
· 15 years ago
Next »