summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-30Revert "SUNRPC: Ensure we close the socket on EPIPE errors too..."Trond Myklebust1-1/+1
2012-10-30SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAITTrond Myklebust1-0/+1
2012-10-30SUNRPC: Prevent kernel stack corruption on long values of flushSasha Levin1-2/+2
2012-10-30mac80211: check if key has TKIP type before updating IVStanislaw Gruszka1-1/+2
2012-10-30Bluetooth: SMP: Fix setting unknown auth_req bitsJohan Hedberg1-2/+4
2012-10-30pktgen: fix crash when generating IPv6 packetsAmerigo Wang1-1/+1
2012-10-30tcp: resets are misroutedAlexey Kuznetsov2-4/+6
2012-10-30RDS: fix rds-ping spinlock recursionjeff.liu1-1/+1
2012-10-30vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl2-10/+7
2012-10-30net: Fix skb_under_panic oops in neigh_resolve_outputramesh.nagappa@gmail.com1-4/+2
2012-10-30SUNRPC: Set alloc_slot for backchannel tcp opsBryan Schumaker1-0/+1
2012-10-17netfilter: xt_limit: have r->cost != 0 case workJan Engelhardt1-4/+4
2012-10-17netfilter: limit, hashlimit: avoid duplicated inlineFlorian Westphal2-8/+5
2012-10-17netfilter: nf_ct_expect: fix possible access to uninitialized timerPablo Neira Ayuso1-23/+6
2012-10-17netfilter: nf_nat_sip: fix via header translation with multiple parametersPatrick McHardy1-2/+3
2012-10-17netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectationPablo Neira Ayuso1-1/+4
2012-10-17netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik1-0/+8
2012-10-17SUNRPC: Ensure that the TCP socket is closed when in CLOSE_WAITTrond Myklebust1-5/+16
2012-10-10net: do not disable sg for packets requiring no checksumEd Cashin1-1/+2
2012-10-10netrom: copy_datagram_iovec can failAlan Cox1-1/+6
2012-10-10l2tp: fix a typo in l2tp_eth_dev_recv()Eric Dumazet1-1/+1
2012-10-10ipv6: mip6: fix mip6_mh_filter()Eric Dumazet1-9/+11
2012-10-10ipv6: raw: fix icmpv6_filter()Eric Dumazet1-11/+10
2012-10-10ipv4: raw: fix icmp_filter()Eric Dumazet1-6/+8
2012-10-10net: guard tcp_set_keepalive() to tcp socketsEric Dumazet1-1/+2
2012-10-10net: small bug on rxhash calculationChema Gonzalez1-4/+5
2012-10-10sctp: Don't charge for data in sndbuf again when transmitting packetThomas Graf1-1/+20
2012-10-10tcp: flush DMA queue before sk_wait_data if rcv_wnd is zeroMichal Kubeček1-2/+8