summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-03-06ipv6: use a stronger hash for tcpEric Dumazet
2013-03-06ipv4: fix a bug in ping_err().Li Wei
2013-03-06bridge: set priority of STP packetsStephen Hemminger
2013-03-06svcrpc: make svc_age_temp_xprts enqueue under sv_lockJ. Bruce Fields
2013-02-20bridge: Pull ip header into skb->data before looking into ip header.Sarveshwar Bandi
2013-02-20tcp: fix for zero packets_in_flight was too broadIlpo Järvinen
2013-02-20tcp: frto should not set snd_cwnd to 0Eric Dumazet
2013-02-20net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann
2013-02-20net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann
2013-02-20sctp: refactor sctp_outq_teardown to insure proper re-initalizationNeil Horman
2013-02-20packet: fix leakage of tx_ring memoryPhil Sutter
2013-02-20ipv6: do not create neighbor entries for local deliveryMarcelo Ricardo Leitner
2013-02-20pktgen: correctly handle failures when adding a deviceCong Wang
2013-02-20ipv6: fix header length calculation in ip6_append_data()Romain KUNTZ
2013-02-20ipv6: fix the noflags test in addrconf_get_prefix_routeRomain Kuntz
2013-02-20net: prevent setting ttl=0 via IP_TTLCong Wang
2013-02-20Bluetooth: Fix sending HCI commands after resetSzymon Janc
2013-02-20Bluetooth: Fix handling of unexpected SMP PDUsJohan Hedberg
2013-02-06Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo
2013-02-06SUNRPC: Ensure we release the socket write lock if the rpc_task exits earlyTrond Myklebust
2013-02-06mac80211: use del_timer_sync for final sta cleanup timer deletionJohannes Berg
2013-01-16tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet
2013-01-16tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet
2013-01-16tcp: refine SYN handling in tcp_validate_incomingEric Dumazet
2013-01-16tcp: implement RFC 5961 4.2Eric Dumazet
2013-01-16tcp: implement RFC 5961 3.2Eric Dumazet
2013-01-16net: sched: integer overflow fixStefan Hasko
2013-01-16inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch
2013-01-16mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka
2013-01-16SUNRPC: Ensure that we free the rpc_task after cleanups are doneTrond Myklebust
2013-01-03ipv4: ip_check_defrag must not modify skb before unsharingJohannes Berg
2013-01-03sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala
2013-01-03sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala
2013-01-03Bluetooth: Add missing lock nesting notationGustavo Padovan
2013-01-03virtio: 9p: correctly pass physical address to userspace for high pagesWill Deacon
2012-12-06can: bcm: initialize ifindex for timeouts without previous frame receptionOliver Hartkopp
2012-12-06mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich
2012-12-06net-rps: Fix brokeness causing OOO packetsTom Herbert
2012-12-06net: correct check in dev_addr_del()Jiri Pirko
2012-12-06ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return valueHannes Frederic Sowa
2012-12-06ipv4: avoid undefined behavior in do_ip_setsockopt()Xi Wang
2012-12-06netfilter: nf_nat: don't check for port change on ICMP tuplesUlrich Weber
2012-12-06netfilter: Validate the sequence number of dataless ACK packets as wellJozsef Kadlecsik
2012-12-06netfilter: Mark SYN/ACK packets as invalid from original directionJozsef Kadlecsik
2012-12-06wireless: allow 40 MHz on world roaming channels 12/13Johannes Berg
2012-12-06mac80211: sync acccess to tx_filtered/ps_tx_buf queuesArik Nemtsov
2012-11-16ipv6: send unsolicited neighbour advertisements to all-nodesHannes Frederic Sowa
2012-11-16af-packet: fix oops when socket is not presentEric Leblond
2012-11-16l2tp: fix oops in l2tp_eth_create() error pathTom Parkin
2012-11-16net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer