summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2014-07-28ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet
2014-07-28dns_resolver: Null-terminate the right stringBen Hutchings
2014-07-28dns_resolver: assure that dns_query() result is null-terminatedManuel Schölling
2014-07-28net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu
2014-07-28net: sctp: fix information leaks in ulpevent layerDaniel Borkmann
2014-07-28tipc: clear 'next'-pointer of message fragments before reassemblyJon Paul Maloy
2014-07-28netlink: Fix handling of error from netlink_dump().Ben Pfaff
2014-07-28appletalk: Fix socket referencing in skbAndrey Utkin
2014-07-28tcp: fix false undo corner casesYuchung Cheng
2014-07-28igmp: fix the problem when mc leave groupdingtianhong
2014-07-28net: Fix NETDEV_CHANGE notifier usage causing spurious arp flushLoic Prylli
2014-07-28ipv4: icmp: Fix pMTU handling for rare caseEdward Allcutt
2014-07-28tcp: Fix divide by zero when pushing during tcp-repairChristoph Paasch
2014-07-28vlan: free percpu stats in device destructorEric Dumazet
2014-07-28ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet
2014-07-28ipv4: fix dst race in sk_dst_get()Eric Dumazet
2014-07-28net: fix UDP tunnel GSO of frag_list GRO packetsWei-Chun Chao
2014-07-288021q: fix a potential memory leakLi RongQing
2014-07-28net: sctp: check proc_dointvec result in proc_sctp_do_authDaniel Borkmann
2014-07-28tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell
2014-07-28net: filter: fix upper BPF instruction limitKees Cook
2014-07-28net: sctp: propagate sysctl errors from proc_do* properlyDaniel Borkmann
2014-07-28ip_tunnel: fix ip_tunnel_lookupDmitry Popov
2014-07-09netfilter: ctnetlink: fix refcnt leak in dying/unconfirmed list dumperFlorian Westphal
2014-07-09netfilter: nf_nat: fix oops on netns removalFlorian Westphal
2014-07-09netfilter: ctnetlink: fix dumping of dying/unconfirmed conntracksPablo Neira Ayuso
2014-07-09mac80211: fix a memory leak on sta rate selection tableFelix Fietkau
2014-07-09mac80211: don't check netdev state for debugfs read/writeArik Nemtsov
2014-07-09mac80211: fix IBSS join by initializing last_scan_completedKrzysztof Hałasa
2014-07-09Bluetooth: Allow change security level on ATT_CID in slave roleMarcin Kraglak
2014-07-09Bluetooth: Fix locking of hdev when calling into SMP codeJohan Hedberg
2014-07-09Bluetooth: Fix deadlock in l2cap_conn_del()Jukka Taimisto
2014-07-09Bluetooth: Fix setting correct authentication information for SMP STKJohan Hedberg
2014-07-09Bluetooth: Reuse hci_stop_discovery function when cleaning up HCI stateJohan Hedberg
2014-07-09Bluetooth: Refactor discovery stopping into its own functionJohan Hedberg
2014-07-09Bluetooth: Fix indicating discovery state when canceling inquiryJohan Hedberg
2014-07-09Bluetooth: Fix check for connection encryptionJohan Hedberg
2014-07-09Bluetooth: Fix SSP acceptor just-works confirmation without MITMJohan Hedberg
2014-07-09Bluetooth: Fix incorrectly overriding conn->src_typeJohan Hedberg
2014-07-06SUNRPC: Fix a module reference leak in svc_handle_xprtTrond Myklebust
2014-06-30Bluetooth: Fix properly ignoring LTKs of unknown typesJohan Hedberg
2014-06-30Bluetooth: Clearly distinguish mgmt LTK type from authenticated propertyJohan Hedberg
2014-06-30Bluetooth: Fix missing check for FIPS security levelJohan Hedberg
2014-06-30Bluetooth: Fix requiring SMP MITM for outgoing connectionsJohan Hedberg
2014-06-30Bluetooth: Fix authentication check for FIPS security levelJohan Hedberg
2014-06-30Bluetooth: Fix L2CAP deadlockJukka Taimisto
2014-06-30Bluetooth: 6LoWPAN: Fix MAC address universal/local bit handlingJukka Rissanen
2014-06-26udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookupEric Dumazet
2014-06-26rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt
2014-06-26sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang