aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-10-05rxrpc: Fix some missed refs to init_netGravatar David Howells 6-24/+34
2018-10-04net/packet: fix packet drop as of virtio gsoGravatar Jianfeng Tan 1-4/+7
2018-10-04openvswitch: load NAT helperGravatar Flavio Leitner 1-0/+4
2018-10-04Merge tag 'mac80211-for-davem-2018-10-04' of git://git.kernel.org/pub/scm/lin...Gravatar David S. Miller 3-8/+15
2018-10-03sctp: fix fall-through annotationGravatar Gustavo A. R. Silva 1-1/+1
2018-10-02ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Gravatar Eric Dumazet 1-2/+1
2018-10-02rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Gravatar Eric Dumazet 1-0/+6
2018-10-02inet: make sure to grab rcu_read_lock before using ireq->ireq_optGravatar Eric Dumazet 3-3/+10
2018-10-01bond: take rcu lock in netpoll_send_skb_on_devGravatar Dave Jones 1-0/+2
2018-10-01rtnetlink: Fail dump if target netnsid is invalidGravatar David Ahern 1-4/+2
2018-10-01Revert "openvswitch: Fix template leak in error cases."Gravatar Flavio Leitner 1-4/+2
2018-10-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 3-10/+29
2018-10-01tipc: ignore STATE_MSG on wrong link sessionGravatar LUU Duc Canh 2-2/+6
2018-10-01net: sched: act_ipt: check for underflow in __tcf_ipt_init()Gravatar Dan Carpenter 1-1/+1
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 9-6/+30
2018-10-01tcp/dccp: fix lockdep issue when SYN is backloggedGravatar Eric Dumazet 2-2/+6
2018-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 5-20/+21
2018-10-01cfg80211: fix use-after-free in reg_process_hint()Gravatar Yu Zhao 1-3/+4
2018-10-01mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysGravatar Felix Fietkau 1-1/+1
2018-10-01cfg80211: fix wext-compat memory leakGravatar Stefan Seyfried 1-4/+10
2018-09-29tipc: fix failover problemGravatar LUU Duc Canh 3-0/+49
2018-09-29Merge tag 'rxrpc-fixes-20180928' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar David S. Miller 11-202/+188
2018-09-28netpoll: do not test NAPI_STATE_SCHED in poll_one_napi()Gravatar Eric Dumazet 1-19/+1
2018-09-28Merge tag 'mac80211-for-davem-2018-09-27' of git://git.kernel.org/pub/scm/lin...Gravatar David S. Miller 9-33/+86
2018-09-28netfilter: xt_socket: check sk before checking for netns.Gravatar Flavio Leitner 1-2/+2
2018-09-28netfilter: nft_set_rbtree: add missing rb_erase() in GC routineGravatar Taehee Yoo 1-14/+14
2018-09-28rxrpc: Fix error distributionGravatar David Howells 6-61/+15
2018-09-28rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socketGravatar David Howells 1-10/+13
2018-09-28rxrpc: Make service call handling more robustGravatar David Howells 5-60/+38
2018-09-28rxrpc: Improve up-front incoming packet checkingGravatar David Howells 2-28/+50
2018-09-28rxrpc: Emit BUSY packets when supposed to rather than ABORTsGravatar David Howells 4-18/+26
2018-09-28rxrpc: Fix RTT gatheringGravatar David Howells 3-15/+33
2018-09-28rxrpc: Fix checks as to whether we should set up a new callGravatar David Howells 3-9/+15
2018-09-27rxrpc: Remove dup code from rxrpc_find_connection_rcu()Gravatar David Howells 1-3/+0
2018-09-27nl80211: Fix possible Spectre-v1 for CQM RSSI thresholdsGravatar Masashi Honma 1-5/+14
2018-09-26net-tcp: /proc/sys/net/ipv4/tcp_probe_interval is a u32 not intGravatar Maciej Żenczykowski 1-2/+4
2018-09-26net: core: add member wol_enabled to struct net_deviceGravatar Heiner Kallweit 1-1/+8
2018-09-26net/ipv6: Remove extra call to ip6_convert_metrics for multipath caseGravatar David Ahern 1-5/+0
2018-09-26Bluetooth: SMP: fix crash in unpairingGravatar Matias Karhumaa 3-10/+29
2018-09-26nl80211: Fix possible Spectre-v1 for NL80211_TXRATE_HTGravatar Masashi Honma 1-0/+1
2018-09-26mac80211: allocate TXQs for active monitor interfacesGravatar Felix Fietkau 1-1/+2
2018-09-25tipc: lock wakeup & inputq at tipc_link_reset()Gravatar Parthasarathy Bhuvaragan 1-1/+6
2018-09-25tipc: reset bearer if device carrier not okGravatar Parthasarathy Bhuvaragan 1-5/+7
2018-09-25tipc: fix flow control accounting for implicit connectGravatar Parthasarathy Bhuvaragan 1-1/+3
2018-09-24ip_tunnel: be careful when accessing the inner headerGravatar Paolo Abeni 1-0/+9
2018-09-24mpls: allow routes on ip6gre devicesGravatar Saif Hasan 1-1/+5
2018-09-23netpoll: make ndo_poll_controller() optionalGravatar Eric Dumazet 1-12/+7
2018-09-23rds: Fix build regression.Gravatar David S. Miller 1-1/+1
2018-09-22net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINGravatar Maciej Żenczykowski 1-0/+1
2018-09-21RDS: IB: Use DEFINE_PER_CPU_SHARED_ALIGNED for rds_ib_statsGravatar Nathan Chancellor 1-1/+1