aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* route: release dst_entry.hh_cache when handling redirectsMichal Kubecek2012-12-101-0/+4
* can: bcm: initialize ifindex for timeouts without previous frame receptionOliver Hartkopp2012-12-031-0/+3
* mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich2012-12-031-4/+4
* netfilter: nf_nat: don't check for port change on ICMP tuplesUlrich Weber2012-11-261-2/+4
* netfilter: Mark SYN/ACK packets as invalid from original directionJozsef Kadlecsik2012-11-261-11/+8
* netfilter: Validate the sequence number of dataless ACK packets as wellJozsef Kadlecsik2012-11-261-8/+2
* net-rps: Fix brokeness causing OOO packetsTom Herbert2012-11-261-1/+3
* net: correct check in dev_addr_del()Jiri Pirko2012-11-261-1/+2
* ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return valueHannes Frederic Sowa2012-11-261-0/+1
* ipv4: avoid undefined behavior in do_ip_setsockopt()Xi Wang2012-11-261-12/+21
* wireless: allow 40 MHz on world roaming channels 12/13Johannes Berg2012-11-261-3/+2
* ipv6: send unsolicited neighbour advertisements to all-nodesHannes Frederic Sowa2012-11-171-2/+1
* l2tp: fix oops in l2tp_eth_create() error pathTom Parkin2012-11-171-0/+1
* net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer2012-11-171-3/+5
* ipv6: Set default hoplimit as zero.Li RongQing2012-11-171-2/+2
* tcp: fix FIONREAD/SIOCINQEric Dumazet2012-11-171-5/+3
* netlink: use kfree_rcu() in netlink_release()Eric Dumazet2012-11-171-4/+15
* sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()Zijie Pan2012-11-171-1/+2
* mac80211: fix SSID copy on IBSS JOINAntonio Quartulli2012-11-171-1/+1
* mac80211: check management frame header lengthJohannes Berg2012-11-171-4/+8
* mac80211: don't inspect Sequence Control field on control framesJavier Cardona2012-11-171-0/+4
* wireless: drop invalid mesh address extension framesJohannes Berg2012-11-171-5/+6
* cfg80211: fix antenna gain handlingFelix Fietkau2012-11-171-2/+1
* mac80211: check if key has TKIP type before updating IVStanislaw Gruszka2012-10-311-1/+2
* SUNRPC: Prevent races in xs_abort_connection()Trond Myklebust2012-10-311-5/+8
* Revert "SUNRPC: Ensure we close the socket on EPIPE errors too..."Trond Myklebust2012-10-311-1/+1
* SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAITTrond Myklebust2012-10-311-0/+1
* SUNRPC: Get rid of the xs_error_report socket callbackTrond Myklebust2012-10-311-25/+0
* tcp: resets are misroutedAlexey Kuznetsov2012-10-282-4/+6
* RDS: fix rds-ping spinlock recursionjeff.liu2012-10-281-1/+1
* net: Fix skb_under_panic oops in neigh_resolve_outputramesh.nagappa@gmail.com2012-10-281-4/+2
* SUNRPC: Prevent kernel stack corruption on long values of flushSasha Levin2012-10-281-2/+2
* netfilter: xt_limit: have r->cost != 0 case workJan Engelhardt2012-10-211-4/+4
* netfilter: limit, hashlimit: avoid duplicated inlineFlorian Westphal2012-10-212-8/+5
* netfilter: nf_ct_expect: fix possible access to uninitialized timerPablo Neira Ayuso2012-10-211-23/+6
* netfilter: nf_nat_sip: fix via header translation with multiple parametersPatrick McHardy2012-10-211-2/+3
* netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectationPablo Neira Ayuso2012-10-211-1/+4
* netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik2012-10-211-0/+8
* netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso2012-10-211-5/+11
* ipvs: fix oops in ip_vs_dst_event on rmmodJulian Anastasov2012-10-211-2/+3
* pktgen: fix crash when generating IPv6 packetsAmerigo Wang2012-10-211-1/+1
* SUNRPC: Ensure that the TCP socket is closed when in CLOSE_WAITTrond Myklebust2012-10-211-5/+16
* net: do not disable sg for packets requiring no checksumEd Cashin2012-10-131-1/+2
* netrom: copy_datagram_iovec can failAlan Cox2012-10-131-1/+6
* l2tp: fix a typo in l2tp_eth_dev_recv()Eric Dumazet2012-10-131-1/+1
* ipv6: mip6: fix mip6_mh_filter()Eric Dumazet2012-10-131-9/+11
* ipv6: raw: fix icmpv6_filter()Eric Dumazet2012-10-131-11/+10
* ipv4: raw: fix icmp_filter()Eric Dumazet2012-10-131-6/+8
* net: guard tcp_set_keepalive() to tcp socketsEric Dumazet2012-10-131-1/+2
* net: small bug on rxhash calculationChema Gonzalez2012-10-131-5/+6