summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2018-10-05ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang
2018-10-05net: sched: Add policy validation for tc attributesDavid Ahern
2018-10-05rtnetlink: fix rtnl_fdb_dump() for ndmsg headerMauricio Faria de Oliveira
2018-10-05net: bpfilter: Fix type cast and pointer warningsShanthosh RK
2018-10-04net/packet: fix packet drop as of virtio gsoJianfeng Tan
2018-10-04openvswitch: load NAT helperFlavio Leitner
2018-10-04Merge tag 'mac80211-for-davem-2018-10-04' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-10-03sctp: fix fall-through annotationGustavo A. R. Silva
2018-10-02ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet
2018-10-02rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet
2018-10-02inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet
2018-10-01bond: take rcu lock in netpoll_send_skb_on_devDave Jones
2018-10-01rtnetlink: Fail dump if target netnsid is invalidDavid Ahern
2018-10-01Revert "openvswitch: Fix template leak in error cases."Flavio Leitner
2018-10-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2018-10-01tipc: ignore STATE_MSG on wrong link sessionLUU Duc Canh
2018-10-01net: sched: act_ipt: check for underflow in __tcf_ipt_init()Dan Carpenter
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-10-01tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet
2018-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-10-01cfg80211: fix use-after-free in reg_process_hint()Yu Zhao
2018-10-01mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau
2018-10-01cfg80211: fix wext-compat memory leakStefan Seyfried
2018-09-29tipc: fix failover problemLUU Duc Canh
2018-09-29Merge tag 'rxrpc-fixes-20180928' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2018-09-28netpoll: do not test NAPI_STATE_SCHED in poll_one_napi()Eric Dumazet
2018-09-28Merge tag 'mac80211-for-davem-2018-09-27' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-09-28netfilter: xt_socket: check sk before checking for netns.Flavio Leitner
2018-09-28netfilter: nft_set_rbtree: add missing rb_erase() in GC routineTaehee Yoo
2018-09-28rxrpc: Fix error distributionDavid Howells
2018-09-28rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socketDavid Howells
2018-09-28rxrpc: Make service call handling more robustDavid Howells
2018-09-28rxrpc: Improve up-front incoming packet checkingDavid Howells
2018-09-28rxrpc: Emit BUSY packets when supposed to rather than ABORTsDavid Howells
2018-09-28rxrpc: Fix RTT gatheringDavid Howells
2018-09-28rxrpc: Fix checks as to whether we should set up a new callDavid Howells
2018-09-27rxrpc: Remove dup code from rxrpc_find_connection_rcu()David Howells
2018-09-27nl80211: Fix possible Spectre-v1 for CQM RSSI thresholdsMasashi Honma
2018-09-26net-tcp: /proc/sys/net/ipv4/tcp_probe_interval is a u32 not intMaciej Żenczykowski
2018-09-26net: core: add member wol_enabled to struct net_deviceHeiner Kallweit
2018-09-26net/ipv6: Remove extra call to ip6_convert_metrics for multipath caseDavid Ahern
2018-09-26Bluetooth: SMP: fix crash in unpairingMatias Karhumaa
2018-09-26nl80211: Fix possible Spectre-v1 for NL80211_TXRATE_HTMasashi Honma
2018-09-26mac80211: allocate TXQs for active monitor interfacesFelix Fietkau
2018-09-25tipc: lock wakeup & inputq at tipc_link_reset()Parthasarathy Bhuvaragan
2018-09-25tipc: reset bearer if device carrier not okParthasarathy Bhuvaragan
2018-09-25tipc: fix flow control accounting for implicit connectParthasarathy Bhuvaragan
2018-09-24ip_tunnel: be careful when accessing the inner headerPaolo Abeni
2018-09-24mpls: allow routes on ip6gre devicesSaif Hasan
2018-09-23netpoll: make ndo_poll_controller() optionalEric Dumazet