summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-05-30netfilter: ebtables: fix erroneous reject of last ruleFlorian Westphal1-1/+5
2018-05-30batman-adv: Fix multicast packet loss with a single WANT_ALL_IPV4/6 flagLinus Lüssing1-2/+2
2018-05-30rds: Incorrect reference counting in TCP socket creationKa-Cheong Poon1-3/+11
2018-05-30net: ethtool: don't ignore return from driver get_fecparam methodEdward Cree1-1/+4
2018-05-30xfrm: Fix ESN sequence number handling for IPsec GSO packets.Steffen Klassert1-1/+1
2018-05-30ipvs: remove IPS_NAT_MASK check to fix passive FTPJulian Anastasov1-1/+1
2018-05-30net/smc: use link_id of server in confirm link replyKarsten Graul2-1/+2
2018-05-30net/tcp/illinois: replace broken algorithm reference linkJoey Pabalinas1-1/+1
2018-05-30sit: fix IFLA_MTU ignored on NEWLINKXin Long1-0/+7
2018-05-30ip6_tunnel: fix IFLA_MTU ignored on NEWLINKXin Long1-4/+8
2018-05-30ip_gre: fix IFLA_MTU ignored on NEWLINKXin Long1-5/+0
2018-05-30qrtr: add MODULE_ALIAS macro to smdRamon Fried1-0/+1
2018-05-30libceph, ceph: avoid memory leak when specifying same option several timesChengguang Xu1-0/+7
2018-05-30batman-adv: Fix netlink dumping of BLA backbonesSven Eckelmann1-4/+7
2018-05-30batman-adv: Fix netlink dumping of BLA claimsSven Eckelmann1-4/+7
2018-05-30batman-adv: Ignore invalid batadv_v_gw during netlink sendSven Eckelmann1-1/+1
2018-05-30batman-adv: Ignore invalid batadv_iv_gw during netlink sendSven Eckelmann1-1/+1
2018-05-30netfilter: ebtables: convert BUG_ONs to WARN_ONsFlorian Westphal1-9/+18
2018-05-30netfilter: ipt_CLUSTERIP: put config instead of freeing itFlorian Westphal1-3/+4
2018-05-30netfilter: ipt_CLUSTERIP: put config struct if we can't increment ct refcountFlorian Westphal1-2/+6
2018-05-30batman-adv: invalidate checksum on fragment reassemblyMatthias Schiffer1-1/+2
2018-05-30batman-adv: fix packet checksum in receive pathMatthias Schiffer1-7/+1
2018-05-30mac80211: drop frames with unexpected DS bits from fast-rx to slow pathFelix Fietkau1-1/+1
2018-05-30mac80211: Fix sending ADDBA response for an ongoing sessionIlan Peer1-3/+1
2018-05-30mac80211: Do not disconnect on invalid operating classIlan Peer1-4/+3
2018-05-30cfg80211: clear wep keys after disconnectionAvraham Stern1-0/+2
2018-05-30mac80211: fix calling sleeping function in atomic contextSara Sharon1-1/+1
2018-05-30mac80211: fix a possible leak of station statsSara Sharon1-0/+1
2018-05-30xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tosXin Long1-2/+5
2018-05-30rxrpc: Work around usercopy checkDavid Howells1-2/+3
2018-05-30NFC: llcp: Limit size of SDP URIKees Cook2-1/+6
2018-05-30tls: retrun the correct IV in getsockoptBoris Pismenny1-1/+2
2018-05-30mac80211: mesh: fix wrong mesh TTL offset calculationPeter Oh2-12/+7
2018-05-25cfg80211: limit wiphy names to 128 bytesJohannes Berg1-0/+3
2018-05-25tcp: purge write queue in tcp_connect_init()Eric Dumazet1-2/+5
2018-05-25sock_diag: fix use-after-free read in __sk_freeEric Dumazet1-1/+1
2018-05-25packet: in packet_snd start writing at link layer allocationWillem de Bruijn1-1/+3
2018-05-25net: test tailroom before appending to linear skbWillem de Bruijn2-2/+4
2018-05-25net/smc: check for missing nlattrs in SMC_PNETID messagesEric Biggers1-31/+40
2018-05-25net: sched: red: avoid hashing NULL childPaolo Abeni2-4/+6
2018-05-25net/sched: fix refcnt leak in the error path of tcf_vlan_init()Davide Caratti1-0/+2
2018-05-25net: Fix a bug in removing queues from XPS mapAmritha Nambiar1-1/+1
2018-05-22netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}Subash Abhinov Kasiviswanathan2-4/+8
2018-05-22netfilter: nf_tables: can't fail after linking rule into active rule listFlorian Westphal1-27/+32
2018-05-22netfilter: nf_tables: free set name in error pathFlorian Westphal1-3/+5
2018-05-19l2tp: revert "l2tp: fix missing print session offset info"James Chapman1-2/+0
2018-05-19xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)Antony Antony1-0/+1
2018-05-19xfrm: Use __skb_queue_tail in xfrm_trans_queueHerbert Xu1-1/+1
2018-05-19udp: fix SO_BINDTODEVICEPaolo Abeni2-4/+4
2018-05-19nsh: fix infinite loopEric Dumazet1-0/+2