Age | Commit message (Expand) | Author |
2013-02-14 | bridge: Pull ip header into skb->data before looking into ip header. | Sarveshwar Bandi |
2013-02-14 | tcp: fix for zero packets_in_flight was too broad | Ilpo Järvinen |
2013-02-14 | tcp: frto should not set snd_cwnd to 0 | Eric Dumazet |
2013-02-14 | net: sctp: sctp_endpoint_free: zero out secret key data | Daniel Borkmann |
2013-02-14 | net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfree | Daniel Borkmann |
2013-02-14 | sctp: refactor sctp_outq_teardown to insure proper re-initalization | Neil Horman |
2013-02-14 | packet: fix leakage of tx_ring memory | Phil Sutter |
2013-02-14 | ipv6: do not create neighbor entries for local delivery | Marcelo Ricardo Leitner |
2013-02-14 | pktgen: correctly handle failures when adding a device | Cong Wang |
2013-02-14 | ipv6: fix header length calculation in ip6_append_data() | Romain KUNTZ |
2013-02-14 | ipv6: fix the noflags test in addrconf_get_prefix_route | Romain Kuntz |
2013-02-14 | net: prevent setting ttl=0 via IP_TTL | Cong Wang |
2013-02-14 | Bluetooth: Fix handling of unexpected SMP PDUs | Johan Hedberg |
2013-02-03 | mac80211: synchronize scan off/on-channel and PS states | Stanislaw Gruszka |
2013-02-03 | Bluetooth: Fix incorrect strncpy() in hidp_setup_hid() | Anderson Lizardo |
2013-02-03 | mac80211: fix FT roaming | Johannes Berg |
2013-02-03 | Bluetooth: Fix sending HCI commands after reset | Szymon Janc |
2013-01-17 | rbd: remove linger unconditionally | Alex Elder |
2013-01-17 | ceph: don't reference req after put | Alex Elder |
2013-01-17 | libceph: remove 'osdtimeout' option | Sage Weil |
2013-01-17 | libceph: avoid using freed osd in __kick_osd_requests() | Alex Elder |
2013-01-17 | libceph: fix osdmap decode error paths | Sage Weil |
2013-01-17 | libceph: fix protocol feature mismatch failure path | Sage Weil |
2013-01-17 | libceph: WARN, don't BUG on unexpected connection states | Alex Elder |
2013-01-17 | libceph: always reset osds when kicking | Alex Elder |
2013-01-17 | libceph: move linger requests sooner in kick_requests() | Alex Elder |
2013-01-17 | libceph: register request before unregister linger | Alex Elder |
2013-01-17 | libceph: don't use rb_init_node() in ceph_osdc_alloc_request() | Alex Elder |
2013-01-17 | libceph: init event->node in ceph_osdc_create_event() | Alex Elder |
2013-01-17 | libceph: init osd->o_node in create_osd() | Alex Elder |
2013-01-17 | libceph: report connection fault with warning | Alex Elder |
2013-01-17 | libceph: socket can close in any connection state | Alex Elder |
2013-01-17 | ceph: propagate layout error on osd request creation | Sage Weil |
2013-01-17 | mac80211: use del_timer_sync for final sta cleanup timer deletion | Johannes Berg |
2013-01-17 | mac80211: fix ibss scanning | Stanislaw Gruszka |
2013-01-17 | SUNRPC: Fix validity issues with rpc_pipefs sb->s_fs_info | Trond Myklebust |
2013-01-17 | SUNRPC: Ensure we release the socket write lock if the rpc_task exits early | Trond Myklebust |
2013-01-17 | SUNRPC: Ensure that we free the rpc_task after cleanups are done | Trond Myklebust |
2013-01-17 | SUNRPC: continue run over clients list on PipeFS event instead of break | Stanislav Kinsbursky |
2013-01-11 | Bluetooth: cancel power_on work when unregistering the device | Gustavo Padovan |
2013-01-11 | Bluetooth: Add missing lock nesting notation | Gustavo Padovan |
2013-01-11 | tcp: RFC 5961 5.2 Blind Data Injection Attack Mitigation | Eric Dumazet |
2013-01-11 | tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming() | Eric Dumazet |
2013-01-11 | tcp: refine SYN handling in tcp_validate_incoming | Eric Dumazet |
2013-01-11 | tcp: implement RFC 5961 4.2 | Eric Dumazet |
2013-01-11 | tcp: implement RFC 5961 3.2 | Eric Dumazet |
2013-01-11 | net: sched: integer overflow fix | Stefan Hasko |
2013-01-11 | inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sock | Christoph Paasch |
2013-01-11 | batman-adv: fix random jitter calculation | Akinobu Mita |
2013-01-11 | inet_diag: validate port comparison byte code to prevent unsafe reads | Neal Cardwell |