summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-03-06Merge branch 'linux-3.4.35' into rel-17Sachin Nikam
2013-03-06CHROMIUM: tcp: Avoid merging segments on the OOO queue into a cloned SKBSteve Lin
2013-03-04svcrpc: make svc_age_temp_xprts enqueue under sv_lockJ. Bruce Fields
2013-02-28sock_diag: Fix out-of-bounds access to sock_diag_handlers[]Mathias Krause
2013-02-28ipv6: use a stronger hash for tcpEric Dumazet
2013-02-28ipv4: fix a bug in ping_err().Li Wei
2013-02-28net: fix infinite loop in __skb_recv_datagram()Eric Dumazet
2013-02-28bridge: set priority of STP packetsStephen Hemminger
2013-02-14bridge: Pull ip header into skb->data before looking into ip header.Sarveshwar Bandi
2013-02-14tcp: fix for zero packets_in_flight was too broadIlpo Järvinen
2013-02-14tcp: frto should not set snd_cwnd to 0Eric Dumazet
2013-02-14net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann
2013-02-14net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann
2013-02-14sctp: refactor sctp_outq_teardown to insure proper re-initalizationNeil Horman
2013-02-14packet: fix leakage of tx_ring memoryPhil Sutter
2013-02-14ipv6: do not create neighbor entries for local deliveryMarcelo Ricardo Leitner
2013-02-14pktgen: correctly handle failures when adding a deviceCong Wang
2013-02-14ipv6: fix header length calculation in ip6_append_data()Romain KUNTZ
2013-02-14ipv6: fix the noflags test in addrconf_get_prefix_routeRomain Kuntz
2013-02-14net: prevent setting ttl=0 via IP_TTLCong Wang
2013-02-14Bluetooth: Fix handling of unexpected SMP PDUsJohan Hedberg
2013-02-03mac80211: synchronize scan off/on-channel and PS statesStanislaw Gruszka
2013-02-03Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo
2013-02-03mac80211: fix FT roamingJohannes Berg
2013-02-03Bluetooth: Fix sending HCI commands after resetSzymon Janc
2013-01-17rbd: remove linger unconditionallyAlex Elder
2013-01-17ceph: don't reference req after putAlex Elder
2013-01-17libceph: remove 'osdtimeout' optionSage Weil
2013-01-17libceph: avoid using freed osd in __kick_osd_requests()Alex Elder
2013-01-17libceph: fix osdmap decode error pathsSage Weil
2013-01-17libceph: fix protocol feature mismatch failure pathSage Weil
2013-01-17libceph: WARN, don't BUG on unexpected connection statesAlex Elder
2013-01-17libceph: always reset osds when kickingAlex Elder
2013-01-17libceph: move linger requests sooner in kick_requests()Alex Elder
2013-01-17libceph: register request before unregister lingerAlex Elder
2013-01-17libceph: don't use rb_init_node() in ceph_osdc_alloc_request()Alex Elder
2013-01-17libceph: init event->node in ceph_osdc_create_event()Alex Elder
2013-01-17libceph: init osd->o_node in create_osd()Alex Elder
2013-01-17libceph: report connection fault with warningAlex Elder
2013-01-17libceph: socket can close in any connection stateAlex Elder
2013-01-17ceph: propagate layout error on osd request creationSage Weil
2013-01-17mac80211: use del_timer_sync for final sta cleanup timer deletionJohannes Berg
2013-01-17mac80211: fix ibss scanningStanislaw Gruszka
2013-01-17SUNRPC: Fix validity issues with rpc_pipefs sb->s_fs_infoTrond Myklebust
2013-01-17SUNRPC: Ensure we release the socket write lock if the rpc_task exits earlyTrond Myklebust
2013-01-17SUNRPC: Ensure that we free the rpc_task after cleanups are doneTrond Myklebust
2013-01-17SUNRPC: continue run over clients list on PipeFS event instead of breakStanislav Kinsbursky
2013-01-11Bluetooth: cancel power_on work when unregistering the deviceGustavo Padovan
2013-01-11Bluetooth: Add missing lock nesting notationGustavo Padovan
2013-01-11tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet