Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
e182c77cc291456eed127b1472952ddb59a81a9d
/
net
6631424
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
54c1a85
ipv6: Don't drop cache route entry unless timer actually expired.
by YOSHIFUJI Hideaki / 吉藤英明
· 15 years ago
7438189
net: ipmr/ip6mr: prevent out-of-bounds vif_table access
by Nicolas Dichtel
· 15 years ago
71c5c159
net: Add MSG_WAITFORONE flag to recvmmsg
by Brandon L Black
· 15 years ago
6a2bad7
ipv4: Restart rt_intern_hash after emergency rebuild (v2)
by Pavel Emelyanov
· 15 years ago
b35ecb5
ipv4: Cleanup struct net dereference in rt_intern_hash
by Pavel Emelyanov
· 15 years ago
4b97efd
net: fix netlink address dumping in IPv4/IPv6
by Patrick McHardy
· 15 years ago
126a031
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
80bb3a0
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6
by David S. Miller
· 15 years ago
8f59922
netfilter: xt_hashlimit: IPV6 bugfix
by Eric Dumazet
· 15 years ago
9c13886
netfilter: ip6table_raw: fix table priority
by Jozsef Kadlecsik
· 15 years ago
55e0d7c
netfilter: xt_hashlimit: dl_seq_stop() fix
by Eric Dumazet
· 15 years ago
6c75969
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 15 years ago
9a127aa
af_key: return error if pfkey_xfrm_policy2msg_prep() fails
by Dan Carpenter
· 15 years ago
f6b9f4b
vlan: updates vlan real_num_tx_queues
by Vasu Dev
· 15 years ago
669d3e0
vlan: adds vlan_dev_select_queue
by Vasu Dev
· 15 years ago
8e039d8
cgroups: net_cls as module
by Ben Blum
· 15 years ago
5fc05f8
netpoll: warn when there are spaces in parameters
by Amerigo Wang
· 15 years ago
ef16915
netfilter: xt_recent: fix regression in rules using a zero hit_count
by Patrick McHardy
· 15 years ago
258152a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
c3824d2
rxrpc: Check allocation failure.
by Tetsuo Handa
· 15 years ago
f1f0abe1
sunrpc: handle allocation errors from __rpc_lookup_create()
by Dan Carpenter
· 15 years ago
ff0901f
SUNRPC: Fix the return value of rpc_run_bc_task()
by Trond Myklebust
· 15 years ago
c9acb42
SUNRPC: Fix a use after free bug with the NFSv4.1 backchannel
by Trond Myklebust
· 15 years ago
243aad8
ip_gre: include route header_len in max_headroom calculation
by Timo Teräs
· 15 years ago
5e016cb
ipv4: Don't drop redirected route cache entry unless PTMU actually expired
by Guenter Roeck
· 15 years ago
e3a61d4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6
by David S. Miller
· 15 years ago
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
a50436f2
net: ipmr/ip6mr: fix potential out-of-bounds vif_table access
by Patrick McHardy
· 15 years ago
97e3ecd1
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
7c34691a
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
fc0b5791
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
Next »