summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bridge: Pull ip header into skb->data before looking into ip header.Sarveshwar Bandi2013-02-201-0/+3
* tcp: fix for zero packets_in_flight was too broadIlpo Järvinen2013-02-201-2/+6
* tcp: frto should not set snd_cwnd to 0Eric Dumazet2013-02-201-1/+2
* net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann2013-02-201-0/+5
* net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann2013-02-201-1/+1
* sctp: refactor sctp_outq_teardown to insure proper re-initalizationNeil Horman2013-02-201-4/+8
* packet: fix leakage of tx_ring memoryPhil Sutter2013-02-201-4/+6
* ipv6: do not create neighbor entries for local deliveryMarcelo Ricardo Leitner2013-02-201-1/+2
* pktgen: correctly handle failures when adding a deviceCong Wang2013-02-201-3/+6
* ipv6: fix header length calculation in ip6_append_data()Romain KUNTZ2013-02-201-2/+2
* ipv6: fix the noflags test in addrconf_get_prefix_routeRomain Kuntz2013-02-201-1/+1
* net: prevent setting ttl=0 via IP_TTLCong Wang2013-02-201-1/+1
* Bluetooth: Fix sending HCI commands after resetSzymon Janc2013-02-201-1/+1
* Bluetooth: Fix handling of unexpected SMP PDUsJohan Hedberg2013-02-201-0/+13
* Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo2013-02-061-1/+1
* SUNRPC: Ensure we release the socket write lock if the rpc_task exits earlyTrond Myklebust2013-02-062-4/+11
* mac80211: use del_timer_sync for final sta cleanup timer deletionJohannes Berg2013-02-061-1/+1
* tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet2013-01-161-18/+25
* tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet2013-01-161-5/+10
* tcp: refine SYN handling in tcp_validate_incomingEric Dumazet2013-01-161-1/+5
* tcp: implement RFC 5961 4.2Eric Dumazet2013-01-162-18/+16
* tcp: implement RFC 5961 3.2Eric Dumazet2013-01-163-1/+38
* net: sched: integer overflow fixStefan Hasko2013-01-161-1/+1
* inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch2013-01-165-7/+24
* mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka2013-01-161-1/+5
* SUNRPC: Ensure that we free the rpc_task after cleanups are doneTrond Myklebust2013-01-161-4/+23
* ipv4: ip_check_defrag must not modify skb before unsharingJohannes Berg2013-01-031-10/+9
* sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala2013-01-032-6/+11
* sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala2013-01-031-2/+5
* Bluetooth: Add missing lock nesting notationGustavo Padovan2013-01-031-2/+2
* virtio: 9p: correctly pass physical address to userspace for high pagesWill Deacon2013-01-031-1/+2
* can: bcm: initialize ifindex for timeouts without previous frame receptionOliver Hartkopp2012-12-061-0/+3
* mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich2012-12-061-4/+4
* net-rps: Fix brokeness causing OOO packetsTom Herbert2012-12-061-1/+3
* net: correct check in dev_addr_del()Jiri Pirko2012-12-061-1/+2
* ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return valueHannes Frederic Sowa2012-12-061-0/+1
* ipv4: avoid undefined behavior in do_ip_setsockopt()Xi Wang2012-12-061-12/+21
* netfilter: nf_nat: don't check for port change on ICMP tuplesUlrich Weber2012-12-061-2/+4
* netfilter: Validate the sequence number of dataless ACK packets as wellJozsef Kadlecsik2012-12-061-8/+2
* netfilter: Mark SYN/ACK packets as invalid from original directionJozsef Kadlecsik2012-12-061-11/+8
* wireless: allow 40 MHz on world roaming channels 12/13Johannes Berg2012-12-061-3/+2
* mac80211: sync acccess to tx_filtered/ps_tx_buf queuesArik Nemtsov2012-12-061-0/+5
* ipv6: send unsolicited neighbour advertisements to all-nodesHannes Frederic Sowa2012-11-161-2/+1
* af-packet: fix oops when socket is not presentEric Leblond2012-11-161-1/+1
* l2tp: fix oops in l2tp_eth_create() error pathTom Parkin2012-11-161-0/+1
* net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer2012-11-161-3/+5
* ipv6: Set default hoplimit as zero.Li RongQing2012-11-161-2/+2
* tcp: fix FIONREAD/SIOCINQEric Dumazet2012-11-161-5/+3
* netlink: use kfree_rcu() in netlink_release()Eric Dumazet2012-11-161-4/+15
* sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()Zijie Pan2012-11-161-1/+2