summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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: 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: nf_nat: fix oops on netns removalFlorian Westphal2014-07-091-1/+34
* 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 indicating discovery state when canceling inquiryJohan Hedberg2014-07-091-0/+4
* Bluetooth: Fix check for connection encryptionJohan Hedberg2014-07-091-1/+1
* Bluetooth: Fix SSP acceptor just-works confirmation without MITMJohan Hedberg2014-07-091-2/+5
* ipvs: Fix panic due to non-linear skbPeter Christensen2014-07-061-5/+10
* SUNRPC: Fix a module reference leak in svc_handle_xprtTrond Myklebust2014-07-061-0/+2
* Bluetooth: Fix L2CAP deadlockJukka Taimisto2014-06-301-1/+4
* Bluetooth: 6LoWPAN: Fix MAC address universal/local bit handlingJukka Rissanen2014-06-301-30/+35
* af_iucv: wrong mapping of sent and confirmed skbsUrsula Braun2014-06-301-1/+1
* udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookupEric Dumazet2014-06-261-0/+4
* rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt2014-06-261-4/+18
* sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang2014-06-261-1/+1
* ipv4: fix a race in ip4_datagram_release_cb()Eric Dumazet2014-06-261-5/+15
* ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov2014-06-262-4/+4
* net: force a list_del() in unregister_netdevice_many()Eric Dumazet2014-06-263-3/+4
* tcp: fix cwnd undo on DSACK in F-RTOYuchung Cheng2014-06-261-6/+5
* net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet2014-06-261-8/+3
* net: tunnels - enable module autoloadingTom Gundersen2014-06-263-0/+3
* bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita2014-06-263-2/+37
* ipv6: Fix regression caused by efe4208 in udp_v6_mcast_next()Sven Wegener2014-06-261-4/+4
* netlink: Only check file credentials for implicit destinationsEric W. Biederman2014-06-261-1/+6
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-06-2615-31/+33