summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet2014-08-141-1/+1
* batman-adv: Fix out-of-order fragmentation supportSven Eckelmann2014-08-141-3/+7
* iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin2014-08-141-0/+4
* net: Correctly set segment mac_len in skb_segment().Vlad Yasevich2014-08-141-1/+1
* net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann2014-08-141-0/+1
* tcp: Fix integer-overflow in TCP vegasChristoph Paasch2014-08-141-1/+2
* ip: make IP identifiers less predictableEric Dumazet2014-08-142-3/+31
* inetpeer: get rid of ip_id_countEric Dumazet2014-08-1412-108/+38
* tcp: Fix integer-overflows in TCP venoChristoph Paasch2014-08-141-1/+1
* ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov2014-08-141-11/+18
* net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin2014-08-142-7/+8
* xfrm: Fix installation of AH IPsec SAsTobias Brunner2014-08-141-4/+3
* xfrm: Fix refcount imbalance in xfrm_lookupSteffen Klassert2014-08-141-0/+2
* net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin2014-08-071-2/+2
* Revert "mac80211: move "bufferable MMPDU" check to fix AP mode scan"Johannes Berg2014-08-071-10/+10
* cfg80211: fix mic_failure tracingEliad Peller2014-08-071-1/+2
* nl80211: move set_qos_map command into split stateJohannes Berg2014-07-311-6/+5
* ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet2014-07-281-0/+4
* dns_resolver: Null-terminate the right stringBen Hutchings2014-07-281-1/+1
* dns_resolver: assure that dns_query() result is null-terminatedManuel Schölling2014-07-281-1/+3
* net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu2014-07-285-2/+10
* net: sctp: fix information leaks in ulpevent layerDaniel Borkmann2014-07-281-107/+15
* tipc: clear 'next'-pointer of message fragments before reassemblyJon Paul Maloy2014-07-281-0/+1
* netlink: Fix handling of error from netlink_dump().Ben Pfaff2014-07-281-2/+2
* appletalk: Fix socket referencing in skbAndrey Utkin2014-07-281-3/+0
* tcp: fix false undo corner casesYuchung Cheng2014-07-282-6/+8
* igmp: fix the problem when mc leave groupdingtianhong2014-07-281-4/+6
* net: Fix NETDEV_CHANGE notifier usage causing spurious arp flushLoic Prylli2014-07-281-1/+8
* ipv4: icmp: Fix pMTU handling for rare caseEdward Allcutt2014-07-281-2/+0
* tcp: Fix divide by zero when pushing during tcp-repairChristoph Paasch2014-07-281-1/+2
* vlan: free percpu stats in device destructorEric Dumazet2014-07-281-3/+10
* ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet2014-07-281-7/+8
* ipv4: fix dst race in sk_dst_get()Eric Dumazet2014-07-282-14/+16
* net: fix UDP tunnel GSO of frag_list GRO packetsWei-Chun Chao2014-07-281-1/+2
* 8021q: fix a potential memory leakLi RongQing2014-07-281-1/+4
* net: sctp: check proc_dointvec result in proc_sctp_do_authDaniel Borkmann2014-07-281-2/+1
* tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell2014-07-281-1/+1
* net: filter: fix upper BPF instruction limitKees Cook2014-07-281-1/+1
* net: sctp: propagate sysctl errors from proc_do* properlyDaniel Borkmann2014-07-281-20/+23
* ip_tunnel: fix ip_tunnel_lookupDmitry Popov2014-07-281-4/+8
* netfilter: ctnetlink: fix refcnt leak in dying/unconfirmed list dumperFlorian Westphal2014-07-091-3/+5
* netfilter: nf_nat: fix oops on netns removalFlorian Westphal2014-07-091-1/+34
* netfilter: ctnetlink: fix dumping of dying/unconfirmed conntracksPablo Neira Ayuso2014-07-091-5/+3
* mac80211: fix a memory leak on sta rate selection tableFelix Fietkau2014-07-091-0/+1
* mac80211: don't check netdev state for debugfs read/writeArik Nemtsov2014-07-091-4/+2
* mac80211: fix IBSS join by initializing last_scan_completedKrzysztof Hałasa2014-07-091-0/+1
* Bluetooth: Allow change security level on ATT_CID in slave roleMarcin Kraglak2014-07-091-5/+0
* Bluetooth: Fix locking of hdev when calling into SMP codeJohan Hedberg2014-07-091-1/+6
* Bluetooth: Fix deadlock in l2cap_conn_del()Jukka Taimisto2014-07-091-1/+7
* Bluetooth: Fix setting correct authentication information for SMP STKJohan Hedberg2014-07-091-2/+7