summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-09-21fs: create and use seq_show_option for escapingKees Cook
2015-09-139p: ensure err is initialized to 0 in p9_client_read/writeVincent Bernat
2015-09-13mac80211: fix invalid read in minstrel_sort_best_tp_rates()Adrien Schildknecht
2015-08-16Bluetooth: Fix NULL pointer dereference in smp_conn_securityJohan Hedberg
2015-08-10rds: rds_ib_device.refcount overflowWengang Wang
2015-08-10mac80211: clear subdir_stations when removing debugfsTom Hughes
2015-08-10can: replace timestamp as unique skb attributeOliver Hartkopp
2015-08-03p9_client_write(): avoid double p9_free_req()Al Viro
2015-08-039p: forgetting to cancel request on interrupted zero-copy RPCAl Viro
2015-08-03SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust
2015-08-03mac80211: prevent possible crypto tx tailroom corruptionMichal Kazior
2015-08-03cfg80211: ignore netif running state when changing iftypeMichal Kazior
2015-08-03mac80211: fix the beacon csa counter for mesh and ibssChun-Yeow Yeoh
2015-08-03crush: fix a bug in tree bucket decodeIlya Dryomov
2015-08-03ieee802154: Fix sockaddr_ieee802154 implicit padding information leak.Lennert Buytenhek
2015-08-03Bluetooth: Fix race condition with user channel and setup stageMarcel Holtmann
2015-07-10sctp: Fix race between OOTB responce and route removalAlexander Sverdlin
2015-07-10ip: report the original address of ICMP messagesJulian Anastasov
2015-07-10tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch
2015-07-10mac80211: fix locking in update_vlan_tailroom_need_count()Johannes Berg
2015-07-10neigh: do not modify unlinked entriesJulian Anastasov
2015-07-10packet: avoid out of bounds read in round robin fanoutWillem de Bruijn
2015-07-10packet: read num_members once in packet_rcv_fanout()Eric Dumazet
2015-07-10bridge: fix br_stp_set_bridge_priority race conditionsNikolay Aleksandrov
2015-07-10sctp: fix ASCONF list handlingMarcelo Ricardo Leitner
2015-07-10can: fix loss of CAN frames in raw_rcvOliver Hartkopp
2015-06-12sctp: allow authenticating DATA chunks that are bundled with COOKIE_ECHOMarcelo Ricardo Leitner
2015-06-11net: don't wait for order-3 page allocationShaohua Li
2015-06-11mpls: handle device renames for per-device sysctlsRobert Shearman
2015-06-10net, swap: Remove a warning and clarify why sk_mem_reclaim is required when d...Mel Gorman
2015-06-10bridge: fix multicast router rlist endless loopNikolay Aleksandrov
2015-06-10tipc: disconnect socket directly after probe failureErik Hugne
2015-06-10Revert "ipv6: Fix protocol resubmission"David S. Miller
2015-06-09cfg80211: wext: clear sinfo struct before calling driverJohannes Berg
2015-06-08net: replace last open coded skb_orphan_frags with function callWillem de Bruijn
2015-06-08ipv6: Fix protocol resubmissionJosh Hunt
2015-06-08ipv6: fix possible use after free of dev statsRobert Shearman
2015-06-07bridge: disable softirqs around br_fdb_update to avoid lockupNikolay Aleksandrov
2015-06-07Revert "bridge: use _bh spinlock variant for br_fdb_update to avoid lockup"David S. Miller
2015-06-07mpls: fix possible use after free of deviceRobert Shearman
2015-06-07bridge: use _bh spinlock variant for br_fdb_update to avoid lockupWilson Kok
2015-06-04ipv4/udp: Verify multicast group is ours in upd_v4_early_demux()Shawn Bohrer
2015-06-03openvswitch: disable LROJiri Benc
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-06-01vti6: Add pmtu handling to vti6_xmit.Steffen Klassert
2015-06-01Revert "net: core: 'ethtool' issue with querying phy settings"David S. Miller
2015-06-01Revert "netfilter: ensure number of counters is >0 in do_replace()"Bernhard Thaler
2015-05-31net: dsa: Properly propagate errors from dsa_switch_setup_oneFlorian Fainelli
2015-05-31tcp: fix child sockets to use system default congestion control if not setNeal Cardwell
2015-05-31udp: fix behavior of wrong checksumsEric Dumazet