index
:
kernel_samsung_crespo.git
replicant-4.2
kernel/samsung/crespo
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
*
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
*
tcp: do_tcp_sendpages() must try to push data out on oom conditions
Willy Tarreau
2012-05-21
1
-2
/
+1
*
tcp: change tcp_adv_win_scale and tcp_rmem[2]
Eric Dumazet
2012-05-21
2
-5
/
+6
*
net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsg
Sasha Levin
2012-05-21
1
-1
/
+2
*
net: In unregister_netdevice_notifier unregister the netdevices.
Eric W. Biederman
2012-05-21
1
-0
/
+20
*
netem: fix possible skb leak
Eric Dumazet
2012-05-21
1
-4
/
+2
*
mac80211: fix AP mode EAP tx for VLAN stations
Felix Fietkau
2012-05-07
1
-1
/
+2
*
nl80211: ensure interface is up in various APIs
Johannes Berg
2012-05-07
1
-12
/
+17
*
tcp: fix TCP_MAXSEG for established IPv6 passive sockets
Neal Cardwell
2012-04-27
1
-0
/
+4
*
net ax25: Reorder ax25_exit to remove races.
Eric W. Biederman
2012-04-27
1
-4
/
+5
*
netns: do not leak net_generic data on failed init
Julian Anastasov
2012-04-27
1
-15
/
+18
*
tcp: fix tcp_grow_window() for large incoming frames
Eric Dumazet
2012-04-27
1
-0
/
+1
*
net_sched: gred: Fix oops in gred_dump() in WRED mode
David Ward
2012-04-27
1
-5
/
+2
*
tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sample
Neal Cardwell
2012-04-27
1
-2
/
+5
*
net: fix a race in sock_queue_err_skb()
Eric Dumazet
2012-04-27
1
-1
/
+3
*
netlink: fix races after skb queueing
Eric Dumazet
2012-04-27
1
-11
/
+13
*
phonet: Check input from user before allocating
Sasha Levin
2012-04-27
1
-0
/
+3
*
ipv6: fix array index in ip6_mc_add_src()
RongQing.Li
2012-04-27
1
-1
/
+1
*
bridge: Do not send queries on multicast group leaves
Herbert Xu
2012-04-27
2
-85
/
+0
*
sctp: Allow struct sctp_event_subscribe to grow without breaking binaries
Thomas Graf
2012-04-27
1
-2
/
+3
*
tcp: allow splice() to build full TSO packets
Eric Dumazet
2012-04-27
2
-4
/
+4
*
cfg80211: fix interface combinations check.
Lukasz Kucharczyk
2012-04-27
1
-1
/
+1
*
Bluetooth: hci_core: fix NULL-pointer dereference at unregister
Johan Hovold
2012-04-22
1
-0
/
+7
*
Bluetooth: Fix l2cap conn failures for ssp devices
Peter Hurley
2012-04-13
1
-0
/
+4
*
mac80211: fix possible tid_rx->reorder_timer use after free
Stanislaw Gruszka
2012-04-13
1
-1
/
+2
*
rose_dev: fix memcpy-bug in rose_set_mac_address
danborkmann@iogearbox.net
2012-04-13
1
-2
/
+2
*
nfsd: don't allow zero length strings in cache_parse()
Dan Carpenter
2012-04-02
1
-0
/
+2
*
xfrm: Access the replay notify functions via the registered callbacks
Steffen Klassert
2012-04-02
1
-3
/
+3
*
Remove printk from rds_sendmsg
Dave Jones
2012-04-02
1
-1
/
+0
*
net: fix napi_reuse_skb() skb reserve
Eric Dumazet
2012-04-02
1
-1
/
+2
*
net: fix a potential rcu_read_lock() imbalance in rt6_fill_node()
Eric Dumazet
2012-04-02
1
-2
/
+6
*
Fix pppol2tp getsockname()
Benjamin LaHaise
2012-04-02
1
-1
/
+1
*
SUNRPC: We must not use list_for_each_entry_safe() in rpc_wake_up()
Trond Myklebust
2012-04-02
1
-4
/
+11
*
ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu.
RongQing.Li
2012-03-23
1
-1
/
+0
*
tcp: fix syncookie regression
Eric Dumazet
2012-03-23
2
-17
/
+23
*
IPv6: Fix not join all-router mcast group when forwarding set.
Li Wei
2012-03-19
1
-0
/
+4
*
tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_una
Neal Cardwell
2012-03-19
1
-0
/
+4
*
bridge: check return value of ipv6_dev_get_saddr()
Ulrich Weber
2012-03-19
1
-2
/
+5
*
tcp: don't fragment SACKed skbs in tcp_mark_head_lost()
Neal Cardwell
2012-03-19
1
-0
/
+1
*
tcp: fix false reordering signal in tcp_shifted_skb
Neal Cardwell
2012-03-19
1
-8
/
+10
[next]