index
:
kernel_samsung_smdk4412.git
replicant-4.2
replicant-6.0
kernel/samsung/smdk4412
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
atm: fix info leak via getsockname()
Mathias Krause
2012-10-02
1
-0
/
+1
*
atm: fix info leak in getsockopt(SO_ATMPVC)
Mathias Krause
2012-10-02
1
-0
/
+1
*
ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lock
Ben Hutchings
2012-10-02
1
-3
/
+1
*
af_packet: remove BUG statement in tpacket_destruct_skb
danborkmann@iogearbox.net
2012-10-02
1
-1
/
+0
*
net/core: Fix potential memory leak in dev_set_alias()
Alexey Khoroshilov
2012-10-02
1
-2
/
+5
*
net_sched: gact: Fix potential panic in tcf_gact().
Hiroaki SHIMODA
2012-10-02
1
-3
/
+11
*
tcp: Apply device TSO segment limit earlier
Ben Hutchings
2012-10-02
4
-11
/
+18
*
net: Allow driver to limit number of GSO segments per skb
Ben Hutchings
2012-10-02
1
-0
/
+4
*
dccp: check ccid before dereferencing
Mathias Krause
2012-09-14
1
-2
/
+2
*
svcrpc: sends on closed socket should stop immediately
J. Bruce Fields
2012-09-14
1
-1
/
+2
*
svcrpc: fix svc_xprt_enqueue/svc_recv busy-looping
J. Bruce Fields
2012-09-14
1
-5
/
+2
*
svcrpc: fix BUG() in svc_tcp_clear_pages
J. Bruce Fields
2012-09-14
1
-1
/
+1
*
cfg80211: fix interface combinations check for ADHOC(IBSS)
Liang Li
2012-08-15
1
-0
/
+3
*
cfg80211: process pending events when unregistering net device
Daniel Drake
2012-08-15
3
-1
/
+7
*
net: feed /dev/random with the MAC address when registering a device
Theodore Ts'o
2012-08-15
2
-0
/
+4
*
mac80211: cancel mesh path timer
Johannes Berg
2012-08-15
1
-0
/
+1
*
SUNRPC: return negative value in case rpcbind client creation error
Stanislav Kinsbursky
2012-08-15
1
-2
/
+2
*
tcp: perform DMA to userspace only if there is a task waiting for it
Jiri Kosina
2012-08-09
1
-1
/
+3
*
net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handling
Jiri Benc
2012-08-09
1
-1
/
+7
*
tcp: Add TCP_USER_TIMEOUT negative value check
Hangbin Liu
2012-08-09
1
-1
/
+4
*
wanmain: comparing array with NULL
Alan Cox
2012-08-09
1
-28
/
+23
*
cipso: don't follow a NULL pointer when setsockopt() is called
Paul Moore
2012-08-09
1
-2
/
+4
*
caif: Fix access to freed pernet memory
Sjur Brændeland
2012-08-09
1
-1
/
+1
*
sctp: Fix list corruption resulting from freeing an association on a list
Neil Horman
2012-08-09
2
-7
/
+12
*
sch_sfb: Fix missing NULL check
Alan Cox
2012-08-09
1
-0
/
+2
*
nfs: skip commit in releasepage if we're freeing memory for fs-related reasons
Jeff Layton
2012-08-09
3
-1
/
+14
*
cfg80211: check iface combinations only when iface is running
Michal Kazior
2012-07-19
1
-1
/
+1
*
tcp: drop SYN+FIN messages
Eric Dumazet
2012-07-19
1
-0
/
+2
*
mac80211: correct behaviour on unrecognised action frames
Johannes Berg
2012-07-16
1
-1
/
+4
*
cfg80211: fix potential deadlock in regulatory
Eliad Peller
2012-07-16
1
-1
/
+1
*
netpoll: fix netpoll_send_udp() bugs
Eric Dumazet
2012-07-16
1
-5
/
+6
*
ipv6: Move ipv6 proc file registration to end of init order
Thomas Graf
2012-07-16
1
-10
/
+31
*
bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)
stephen hemminger
2012-07-16
3
-1
/
+3
*
ethtool: allow ETHTOOL_GSSET_INFO for users
Michał Mirosław
2012-07-16
1
-0
/
+1
*
net: l2tp_eth: fix kernel panic on rmmod l2tp_eth
Eric Dumazet
2012-07-16
1
-0
/
+2
*
net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()
Jason Wang
2012-07-16
1
-2
/
+5
*
NFSv4.1: Fix a request leak on the back channel
Trond Myklebust
2012-06-22
1
-1
/
+2
*
cfg80211: fix interface combinations check
Johannes Berg
2012-06-17
1
-1
/
+18
*
mac80211: clean up remain-on-channel on interface stop
Johannes Berg
2012-06-17
2
-0
/
+28
*
xfrm: take net hdr len into account for esp payload size calculation
Benjamin Poirier
2012-06-10
2
-26
/
+16
*
sctp: check cached dst before using it
Nicolas Dichtel
2012-06-10
2
-20
/
+1
*
Revert "net: maintain namespace isolation between vlan and real device"
David S. Miller
2012-06-10
2
-32
/
+6
*
pktgen: fix module unload for good
Eric Dumazet
2012-06-10
1
-2
/
+2
*
pktgen: fix crash at module unload
Eric Dumazet
2012-06-10
1
-2
/
+8
*
l2tp: fix oops in L2TP IP sockets for connect() AF_UNSPEC case
James Chapman
2012-06-10
1
-6
/
+24
*
ipv6: fix incorrect ipsec fragment
Gao feng
2012-06-10
2
-18
/
+53
*
ipv4: fix the rcu race between free_fib_info and ip_route_output_slow
Yanmin Zhang
2012-06-10
1
-7
/
+13
*
ipv4: Do not use dead fib_info entries.
David S. Miller
2012-06-10
1
-0
/
+2
*
mac80211: fix ADDBA declined after suspend with wowlan
Eyal Shapira
2012-06-10
1
-6
/
+6
*
cfg80211: warn if db.txt is empty with CONFIG_CFG80211_INTERNAL_REGDB
Luis R. Rodriguez
2012-06-01
1
-0
/
+10
[prev]
[next]