summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-02-06Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo1-1/+1
2013-02-06SUNRPC: Ensure we release the socket write lock if the rpc_task exits earlyTrond Myklebust2-4/+11
2013-02-06mac80211: use del_timer_sync for final sta cleanup timer deletionJohannes Berg1-1/+1
2013-01-16tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet1-18/+25
2013-01-16tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet1-5/+10
2013-01-16tcp: refine SYN handling in tcp_validate_incomingEric Dumazet1-1/+5
2013-01-16tcp: implement RFC 5961 4.2Eric Dumazet2-18/+16
2013-01-16tcp: implement RFC 5961 3.2Eric Dumazet3-1/+38
2013-01-16net: sched: integer overflow fixStefan Hasko1-1/+1
2013-01-16inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch5-7/+24
2013-01-16mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka1-1/+5
2013-01-16SUNRPC: Ensure that we free the rpc_task after cleanups are doneTrond Myklebust1-4/+23
2013-01-03ipv4: ip_check_defrag must not modify skb before unsharingJohannes Berg1-10/+9
2013-01-03sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala2-6/+11
2013-01-03sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala1-2/+5
2013-01-03Bluetooth: Add missing lock nesting notationGustavo Padovan1-2/+2
2013-01-03virtio: 9p: correctly pass physical address to userspace for high pagesWill Deacon1-1/+2
2012-12-06can: bcm: initialize ifindex for timeouts without previous frame receptionOliver Hartkopp1-0/+3
2012-12-06mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich1-4/+4
2012-12-06net-rps: Fix brokeness causing OOO packetsTom Herbert1-1/+3
2012-12-06net: correct check in dev_addr_del()Jiri Pirko1-1/+2
2012-12-06ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return valueHannes Frederic Sowa1-0/+1
2012-12-06ipv4: avoid undefined behavior in do_ip_setsockopt()Xi Wang1-12/+21
2012-12-06netfilter: nf_nat: don't check for port change on ICMP tuplesUlrich Weber1-2/+4
2012-12-06netfilter: Validate the sequence number of dataless ACK packets as wellJozsef Kadlecsik1-8/+2
2012-12-06netfilter: Mark SYN/ACK packets as invalid from original directionJozsef Kadlecsik1-11/+8
2012-12-06wireless: allow 40 MHz on world roaming channels 12/13Johannes Berg1-3/+2
2012-12-06mac80211: sync acccess to tx_filtered/ps_tx_buf queuesArik Nemtsov1-0/+5
2012-11-16ipv6: send unsolicited neighbour advertisements to all-nodesHannes Frederic Sowa1-2/+1
2012-11-16af-packet: fix oops when socket is not presentEric Leblond1-1/+1
2012-11-16l2tp: fix oops in l2tp_eth_create() error pathTom Parkin1-0/+1
2012-11-16net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer1-3/+5
2012-11-16ipv6: Set default hoplimit as zero.Li RongQing1-2/+2
2012-11-16tcp: fix FIONREAD/SIOCINQEric Dumazet1-5/+3
2012-11-16netlink: use kfree_rcu() in netlink_release()Eric Dumazet1-4/+15
2012-11-16sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()Zijie Pan1-1/+2
2012-11-16mac80211: make sure data is accessible in EAPOL checkJohannes Berg1-8/+10
2012-11-16mac80211: verify that skb data is presentJohannes Berg2-2/+33
2012-11-16mac80211: check management frame header lengthJohannes Berg1-4/+8
2012-11-16wireless: drop invalid mesh address extension framesJohannes Berg1-5/+6
2012-11-16mac80211: fix SSID copy on IBSS JOINAntonio Quartulli1-1/+1
2012-11-16mac80211: don't inspect Sequence Control field on control framesJavier Cardona1-0/+4
2012-11-16mac80211: Only process mesh config header on frames that RA_MATCHJavier Cardona1-2/+3
2012-11-16cfg80211: fix antenna gain handlingFelix Fietkau1-2/+1
2012-11-16rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo()Eric Dumazet1-8/+10
2012-11-16rtnetlink: Fix problem with buffer allocationGreg Rose1-19/+57
2012-11-16Bluetooth: Avoid calling undefined smp_conn_security()Ben Hutchings1-0/+2
2012-10-30netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso1-5/+11
2012-10-30SUNRPC: Get rid of the xs_error_report socket callbackTrond Myklebust1-25/+0
2012-10-30SUNRPC: Prevent races in xs_abort_connection()Trond Myklebust1-5/+8