summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: bridge: remove ipv6 zero address check in mcast queriesNikolay Aleksandrov2018-11-041-2/+1
* net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis2018-11-041-2/+3
* net: drop skb on failure in ip_check_defrag()Cong Wang2018-11-041-4/+8
* net: bpfilter: use get_pid_task instead of pid_taskTaehee Yoo2018-11-041-2/+4
* net/smc: fix smc_buf_unuse to use the lgr pointerKarsten Graul2018-11-041-12/+11
* sctp: not free the new asoc when sctp_wait_for_connect returns errXin Long2018-11-041-1/+3
* net/ipv6: Allow onlink routes to have a device mismatch if it is the default ...David Ahern2018-11-041-0/+2
* net/sched: cls_api: add missing validation of netlink attributesDavide Caratti2018-11-041-4/+7
* net: sched: Fix for duplicate class dumpPhil Sutter2018-11-041-1/+2
* net: ipmr: fix unresolved entry dumpsNikolay Aleksandrov2018-11-041-2/+0
* openvswitch: Fix push/pop ethernet validationJaime CaamaƱo Ruiz2018-11-041-2/+2
* ip6_tunnel: Fix encapsulation layoutStefano Brivio2018-11-041-4/+5
* ethtool: fix a privilege escalation bugWenwen Wang2018-11-041-2/+6
* udp6: fix encap return code for resubmittingPaolo Abeni2018-11-041-4/+2
* tipc: fix unsafe rcu locking when accessing publication listTung Nguyen2018-11-041-2/+2
* sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner2018-11-041-3/+2
* rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel2018-11-041-0/+10
* net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti2018-11-043-6/+39
* net: socket: fix a missing-check bugWenwen Wang2018-11-041-3/+8
* net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski2018-11-041-1/+1
* net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern2018-11-041-2/+4
* llc: set SOCK_RCU_FREE in llc_sap_add_socket()Cong Wang2018-11-041-0/+1
* ipv6: rate-limit probes for neighbourless routesSabrina Dubroca2018-11-041-6/+6
* ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio2018-11-041-2/+1
* ipv6: mcast: fix a use-after-free in inet6_mc_checkEric Dumazet2018-11-041-8/+8
* bridge: do not add port to router list when receives query with source 0.0.0.0Hangbin Liu2018-11-041-1/+9
* Revert "netfilter: ipv6: nf_defrag: drop skb dst before queueing"Sasha Levin2018-11-041-2/+0
* rds: RDS (tcp) hangs on sendto() to unresponding addressKa-Cheong Poon2018-11-041-3/+10
* rxrpc: Fix connection-level abort handlingDavid Howells2018-11-043-15/+19
* rxrpc: Only take the rwind and mtu values from latest ACKDavid Howells2018-11-041-9/+10
* rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()David Howells2018-11-041-6/+8
* rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()David Howells2018-11-041-16/+19
* tls: Fix improper revert in zerocopy_from_iterDoron Roberts-Kedes2018-11-041-7/+5
* cfg80211: fix use-after-free in reg_process_hint()Yu Zhao2018-11-041-3/+4
* netfilter: nft_set_rbtree: add missing rb_erase() in GC routineTaehee Yoo2018-11-041-14/+14
* rxrpc: Fix error distributionDavid Howells2018-11-046-61/+15
* rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socketDavid Howells2018-11-041-10/+13
* rxrpc: Fix RTT gatheringDavid Howells2018-11-043-15/+33
* rxrpc: Fix checks as to whether we should set up a new callDavid Howells2018-11-043-9/+15
* nl80211: Fix possible Spectre-v1 for CQM RSSI thresholdsMasashi Honma2018-11-041-5/+14
* Bluetooth: SMP: fix crash in unpairingMatias Karhumaa2018-11-043-10/+29
* nl80211: Fix possible Spectre-v1 for NL80211_TXRATE_HTMasashi Honma2018-11-041-0/+1
* netfilter: conntrack: get rid of double sizeofzhong jiang2018-11-041-2/+2
* netfilter: bridge: Don't sabotage nf_hook calls from an l3mdevDavid Ahern2018-11-041-1/+2
* xfrm: validate template modeSean Tranchetti2018-11-041-0/+3
* xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry.Steffen Klassert2018-11-042-0/+8
* mac80211: fix TX status reporting for ieee80211sYuan-Chi Pang2018-11-043-8/+8
* mac80211: TDLS: fix skb queue/priority assignmentJohannes Berg2018-11-041-4/+4
* cfg80211: Address some corner cases in scan result channel updatingJouni Malinen2018-11-041-9/+49
* mac80211: fix pending queue hang due to TX_DROPBob Copeland2018-11-041-1/+1