aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_ct_ext: fix possible panic after nf_ct_extend_unregisterLiping Zhang2017-11-061-3/+10
* net: prevent sign extension in dev_get_stats()Eric Dumazet2017-11-061-1/+1
* netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang2017-11-065-0/+7
* rxrpc: Fix several cases where a padded len isn't checked in ticket decodeDavid Howells2017-11-061-30/+34
* tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell2017-11-062-22/+15
* tcp: enable xmit timer fix by having TLP use time when RTO should fireNeal Cardwell2017-11-061-9/+5
* tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell2017-11-061-3/+1
* Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l...Al Viro2017-11-061-0/+3
* Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...Al Viro2017-11-061-0/+4
* udp: consistently apply ufo or fragmentationWillem de Bruijn2017-11-063-6/+10
* ipvs: SNAT packet replies only for NATed connectionsJulian Anastasov2017-11-061-5/+14
* mac80211: use constant time comparison with keysJason A. Donenfeld2017-10-201-1/+2
* mac80211: accept key reinstall without changing anythingJohannes Berg2017-10-201-3/+18
* nl80211: check for the required netlink attributes presenceVladis Dronov2017-10-161-0/+3
* seq_file: remove "%n" usage from seq_file usersTetsuo Handa2017-09-236-57/+52
* Bluetooth: Properly check L2CAP config option output buffer lengthBen Seri2017-09-131-37/+43
* af_key: Add lock to key dumpYuejie Shi2017-08-311-7/+35
* net: core: neighbour: Change the print format for addressesNaveen Ramaraj2017-08-241-2/+2
* xfrm: Don't use sk_family for socket policy lookupsSteffen Klassert2017-08-201-5/+4
* net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet2017-08-201-3/+4
* net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann2017-08-201-0/+8
* ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li2017-08-201-1/+1
* xfrm: policy: check policy direction valueVladis Dronov2017-08-111-0/+6
* UPSTREAM: net: reduce skb_warn_bad_offload() noiseEric Dumazet2017-08-051-3/+9
* UPSTREAM: net: remove open-coded skb_cow_head.françois romieu2017-08-051-2/+2
* UPSTREAM: af_key: Fix sadb_x_ipsecrequest parsingHerbert Xu2017-08-031-21/+26
* ipv6: check raw payload size correctly in ioctlJamie Bainbridge2017-07-041-1/+1
* p9_client_readdir() fixAl Viro2017-07-041-0/+4
* RDS: Fix the atomicity for congestion map updatesantosh.shilimkar@oracle.com2017-07-041-2/+2
* ip6mr: fix notification device destructionNikolay Aleksandrov2017-07-041-7/+6
* sctp: listen on the sock only when it's state is listening or closedXin Long2017-07-041-0/+3
* net: neigh: guard against NULL solicit() methodEric Dumazet2017-07-041-1/+2
* net: ipv6: check route protocol when deleting routesMantas M2017-07-041-0/+2
* libceph: force GFP_NOIO for socket allocationsIlya Dryomov2017-07-041-0/+6
* tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2017-07-042-1/+2
* ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet2017-07-041-1/+2
* dccp: fix memory leak during tear-down of unsuccessful connection requestHannes Frederic Sowa2017-07-041-0/+1
* ipv6: avoid write to a possibly cloned skbFlorian Westphal2017-07-041-1/+6
* tcp: fix various issues for sockets morphing to listen stateEric Dumazet2017-07-042-4/+9
* dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo2017-07-041-0/+1
* net: don't call strlen() on the user buffer in packet_bind_spkt()Alexander Potapenko2017-07-041-2/+6
* l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber2017-07-041-1/+1
* mac80211: flush delayed work when entering suspendMatt Chen2017-07-041-0/+1
* packet: round up linear to header lenWillem de Bruijn2017-07-041-2/+4
* af_unix: move unix_mknod() out of bindlockWANG Cong2017-07-041-11/+18
* ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang2017-07-041-3/+1
* igmp: Make igmp group member RFC 3376 compliantMichal Tesar2017-07-041-1/+6
* drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang2017-07-041-1/+7
* drop_monitor: add missing call to genlmsg_endReiter Wolfgang2017-07-041-9/+24
* libceph: verify authorize reply on connectIlya Dryomov2017-07-041-0/+13