Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
719f835853a92f6090258114a72ffe41f09155cd
/
net
719f835
udp: add rehash on connect()
by Eric Dumazet
· 15 years ago
ae2688d
net: blackhole route should always be recalculated
by Jianzhao Wang
· 15 years ago
f6b085b
ipv4: Suppress lockdep-RCU false positive in FIB trie (3)
by Jarek Poplawski
· 15 years ago
6523ce1
ipvs: fix active FTP
by Julian Anastasov
· 15 years ago
64289c8
gro: Re-fix different skb headrooms
by Jarek Poplawski
· 15 years ago
6f86b32
ipv4: Fix reverse path filtering with multipath routing.
by David S. Miller
· 15 years ago
8df73ff
UNIX: Do not loop forever at unix_autobind().
by Tetsuo Handa
· 15 years ago
cf9b94f
irda: off by one
by Dan Carpenter
· 15 years ago
1ee89bd
netfilter: discard overlapping IPv6 fragment
by Nicolas Dichtel
· 15 years ago
70789d7
ipv6: discard overlapping fragment
by Nicolas Dichtel
· 15 years ago
deabc77
net: fix tx queue selection for bridged devices implementing select_queue
by Helmut Schaa
· 15 years ago
0b5d404
pkt_sched: Fix lockdep warning on est_tree_lock in gen_estimator
by Jarek Poplawski
· 15 years ago
7bcbf81
ipvs: avoid oops for passive FTP
by Julian Anastasov
· 15 years ago
3d3be43
gro: fix different skb headrooms
by Eric Dumazet
· 15 years ago
87f94b4
bridge: Clear INET control block of SKBs passed into ip_fragment().
by David S. Miller
· 15 years ago
750e9fa
ipv4: minor fix about RPF in help of Kconfig
by Nicolas Dichtel
· 15 years ago
928497f
xfrm_user: avoid a warning with some compiler
by Nicolas Dichtel
· 15 years ago
3b2eb61
net/sched/sch_hfsc.c: initialize parent's cl_cfmin properly in init_vf()
by Michal Soltys
· 15 years ago
0f04cfd
net sched: fix kernel leak in act_police
by Jeff Mahoney
· 15 years ago
a3f86ec
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by David S. Miller
· 15 years ago
c3d34d5
wireless: register wiphy rfkill w/o holding cfg80211_mutex
by John W. Linville
· 15 years ago
b963ea8
netlink: Make NETLINK_USERSOCK work again.
by David S. Miller
· 15 years ago
628e300
irda: Correctly clean up self->ias_obj on irda_bind() failure.
by David S. Miller
· 15 years ago
42da2f9
wireless extensions: fix kernel heap content leak
by Johannes Berg
· 15 years ago
071249b
mac80211: delete work timer
by Johannes Berg
· 15 years ago
c34186e
net/ipv4: Eliminate kstrdup memory leak
by Julia Lawall
· 15 years ago
7e36873
net/caif/cfrfml.c: use asm/unaligned.h
by Jeff Mahoney
· 15 years ago
d71b0e9
ax25: missplaced sock_put(sk)
by Bernard Pidoux F6BVP
· 15 years ago
bfc960a
l2tp: test for ethernet header in l2tp_eth_dev_recv()
by Eric Dumazet
· 15 years ago
d84ba63
tcp: select(writefds) don't hang up when a peer close connection
by KOSAKI Motohiro
· 15 years ago
c5ed63d
tcp: fix three tcp sysctls tuning
by Eric Dumazet
· 15 years ago
ad1af0f
tcp: Combat per-cpu skew in orphan tests.
by David S. Miller
· 15 years ago
4c3a76a
bridge: netfilter: fix a memory leak
by Changli Gao
· 15 years ago
cca77b7
netfilter: fix CONFIG_COMPAT support
by Florian Westphal
· 15 years ago
79c5f51
irda: fix a race in irlan_eth_xmit()
by Eric Dumazet
· 15 years ago
0ac820e
vlan: Match underlying dev carrier on vlan add
by Phil Oester
· 15 years ago
f037590
rds: fix a leak of kernel memory
by Eric Dumazet
· 15 years ago
68d6ac6
netlink: fix compat recvmsg
by Johannes Berg
· 15 years ago
e5093ae
net: Fix a memmove bug in dev_gro_receive()
by Jarek Poplawski
· 15 years ago
1c40be1
net sched: fix some kernel memory leaks
by Eric Dumazet
· 15 years ago
001389b
netfilter: {ip,ip6,arp}_tables: avoid lockdep false positive
by Eric Dumazet
· 15 years ago
daa3766
Revert "netlink: netlink_recvmsg() fix"
by David S. Miller
· 15 years ago
f3d3f61
ipv6: remove sysctl jiffies conversion on gc_elasticity and min_adv_mss
by Min Zhang
· 15 years ago
2f09a4d
xfrm: Use GFP_ATOMIC in xfrm_compile_policy
by Herbert Xu
· 15 years ago
cba86f2
phylib: available for any speed ethernet
by Randy Dunlap
· 15 years ago
5b75c49
can: add limit for nframes and clean up signed/unsigned variables
by Oliver Hartkopp
· 15 years ago
3e9e5a5
pkt_sched: Check .walk and .leaf class handlers
by Jarek Poplawski
· 15 years ago
41065fb
pkt_sched: Fix sch_sfq vs tc_modify_qdisc oops
by Jarek Poplawski
· 15 years ago
24e263a
caif: Bugfix - Increase default headroom size for control channel.
by Sjur Braendeland
· 15 years ago
1c114f4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by David S. Miller
· 15 years ago
533b12c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6
by John W. Linville
· 15 years ago
cff70fa
Bluetooth: Fix incorrect setting of remote_tx_win for L2CAP ERTM
by Mat Martineau
· 15 years ago
86b1b26
Bluetooth: Fix endianness issue with L2CAP MPS configuration
by Mat Martineau
· 15 years ago
9871e50
net: Use NET_XMIT_SUCCESS where possible.
by Ben Greear
· 15 years ago
68fd26b
pkt_sched: Add some basic qdisc class ops verification. Was: [PATCH] sfq: add dummy bind/unbind handles
by Jarek Poplawski
· 15 years ago
da7115d
pkt_sched: sch_sfq: Add dummy unbind_tcf and put handles. Was: [PATCH] sfq: add dummy bind/unbind handles
by Jarek Poplawski
· 15 years ago
fe100ac
cfg80211: fix locking in action frame TX
by Johannes Berg
· 15 years ago
eb4a552
pkt_sched: Fix sch_sfq vs tcf_bind_filter oops
by Jarek Poplawski
· 15 years ago
cece194
net: disable preemption before call smp_processor_id()
by Changli Gao
· 15 years ago
ba78e2d
tcp: no md5sig option size check bug
by Dmitry Popov
· 15 years ago
e225567
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by David S. Miller
· 15 years ago
ce9e76c
net: Fix napi_gro_frags vs netpoll path
by Jarek Poplawski
· 15 years ago
c0068c8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6
by John W. Linville
· 15 years ago
d7100da
ppp: make channel_ops const
by stephen hemminger
· 15 years ago
3b5bac2
RxRPC: Fix a potential deadlock between the call resend_timer and state_lock
by David Howells
· 15 years ago
f2f0098
sch_sfq: add sanity check for the packet length
by Changli Gao
· 15 years ago
12dc96d
cls_rsvp: add sanity check for the packet length
by Changli Gao
· 15 years ago
4b95c3d
cls_flow: add sanity check for the packet length
by Changli Gao
· 15 years ago
36d1269
act_nat: fix on the TX path
by Changli Gao
· 15 years ago
3cfc2c4
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
93c08c3
mac80211: Fix compilation warning when CONFIG_INET is not set
by Juuso Oikarinen
· 15 years ago
1601b1e
mac80211: fix scan locking wrt. hw scan
by Johannes Berg
· 15 years ago
6ba7401
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
adb08ed
Bluetooth: Check result code of L2CAP information response
by Ville Tervo
· 15 years ago
6340650
Bluetooth: Don't send RFC for Basic Mode if only it is supported
by Gustavo F. Padovan
· 15 years ago
d790d4d
Merge branch 'master' into for-next
by Jiri Kosina
· 15 years ago
cff0d6e
can-raw: Fix skb_orphan_try handling
by Oliver Hartkopp
· 15 years ago
3578b0c
Revert "net: remove zap_completion_queue"
by David S. Miller
· 15 years ago
a427615
net: cleanup inclusion
by Changli Gao
· 15 years ago
00dad5e
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
66d50d2
u32: negative offset fix
by stephen hemminger
· 15 years ago
c893b80
ip_fragment: fix subtracting PPPOE_SES_HLEN from mtu twice
by Changli Gao
· 15 years ago
3c0fef0
net: Add getsockopt support for TCP thin-streams
by Josh Hunt
· 15 years ago
83bf2e4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
by David S. Miller
· 15 years ago
0b1208b
fs/9p: destroy fid on failed remove
by Aneesh Kumar K.V
· 15 years ago
eda25e46
net/9p: Implement TXATTRCREATE 9p call
by Aneesh Kumar K.V
· 15 years ago
0ef63f3
net/9p: Implement attrwalk 9p call
by Aneesh Kumar K.V
· 15 years ago
ef56547
9p: Implement LOPEN
by M. Mohan Kumar
· 15 years ago
5643135
fs/9p: This patch implements TLCREATE for 9p2000.L protocol.
by Venkateswararao Jujjuri (JV)
· 15 years ago
01a622b
9p: Implement TMKDIR
by M. Mohan Kumar
· 15 years ago
4b43516
9p: Implement TMKNOD
by M. Mohan Kumar
· 15 years ago
50cc42f
9p: Define and implement TSYMLINK for 9P2000.L
by Venkateswararao Jujjuri (JV)
· 15 years ago
652df9a
9p: Define and implement TLINK for 9P2000.L
by Venkateswararao Jujjuri (JV)
· 15 years ago
87d7845
9p: Implement client side of setattr for 9P2000.L protocol.
by Sripathi Kodi
· 15 years ago
f085312
9p: getattr client implementation for 9P2000.L protocol.
by Sripathi Kodi
· 15 years ago
69d4b44
net/9p: Handle the server returned error properly
by Aneesh Kumar K.V
· 15 years ago
7751bdb
9p: readdir implementation for 9p2000.L
by Sripathi Kodi
· 15 years ago
6661481
netfilter: nf_conntrack_acct: use skb->len for accounting
by Changli Gao
· 15 years ago
cff6b8a
9p: strlen() doesn't count the terminator
by Dan Carpenter
· 15 years ago
2452a99
netfilter: nf_nat: don't check if the tuple is unique when there isn't any other choice
by Changli Gao
· 15 years ago
Next »