aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-05ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang1-9/+20
2018-10-05net: sched: Add policy validation for tc attributesDavid Ahern1-4/+20
2018-10-05rtnetlink: fix rtnl_fdb_dump() for ndmsg headerMauricio Faria de Oliveira1-9/+20
2018-10-05net: bpfilter: Fix type cast and pointer warningsShanthosh RK1-2/+2
2018-10-04net/packet: fix packet drop as of virtio gsoJianfeng Tan1-4/+7
2018-10-04openvswitch: load NAT helperFlavio Leitner1-0/+4
2018-10-04Merge tag 'mac80211-for-davem-2018-10-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller3-8/+15
2018-10-03sctp: fix fall-through annotationGustavo A. R. Silva1-1/+1
2018-10-02ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet1-2/+1
2018-10-02rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet1-0/+6
2018-10-02inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet3-3/+10
2018-10-01bond: take rcu lock in netpoll_send_skb_on_devDave Jones1-0/+2
2018-10-01rtnetlink: Fail dump if target netnsid is invalidDavid Ahern1-4/+2
2018-10-01Revert "openvswitch: Fix template leak in error cases."Flavio Leitner1-4/+2
2018-10-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothDavid S. Miller3-10/+29
2018-10-01tipc: ignore STATE_MSG on wrong link sessionLUU Duc Canh2-2/+6
2018-10-01net: sched: act_ipt: check for underflow in __tcf_ipt_init()Dan Carpenter1-1/+1
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller9-6/+30
2018-10-01tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet2-2/+6
2018-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-20/+21
2018-10-01cfg80211: fix use-after-free in reg_process_hint()Yu Zhao1-3/+4
2018-10-01mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau1-1/+1
2018-10-01cfg80211: fix wext-compat memory leakStefan Seyfried1-4/+10
2018-09-29tipc: fix failover problemLUU Duc Canh3-0/+49
2018-09-29Merge tag 'rxrpc-fixes-20180928' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller11-202/+188
2018-09-28netpoll: do not test NAPI_STATE_SCHED in poll_one_napi()Eric Dumazet1-19/+1
2018-09-28Merge tag 'mac80211-for-davem-2018-09-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller9-33/+86
2018-09-28netfilter: xt_socket: check sk before checking for netns.Flavio Leitner1-2/+2
2018-09-28netfilter: nft_set_rbtree: add missing rb_erase() in GC routineTaehee Yoo1-14/+14
2018-09-28rxrpc: Fix error distributionDavid Howells6-61/+15
2018-09-28rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socketDavid Howells1-10/+13
2018-09-28rxrpc: Make service call handling more robustDavid Howells5-60/+38
2018-09-28rxrpc: Improve up-front incoming packet checkingDavid Howells2-28/+50
2018-09-28rxrpc: Emit BUSY packets when supposed to rather than ABORTsDavid Howells4-18/+26
2018-09-28rxrpc: Fix RTT gatheringDavid Howells3-15/+33
2018-09-28rxrpc: Fix checks as to whether we should set up a new callDavid Howells3-9/+15
2018-09-27rxrpc: Remove dup code from rxrpc_find_connection_rcu()David Howells1-3/+0
2018-09-27nl80211: Fix possible Spectre-v1 for CQM RSSI thresholdsMasashi Honma1-5/+14
2018-09-26net-tcp: /proc/sys/net/ipv4/tcp_probe_interval is a u32 not intMaciej Żenczykowski1-2/+4
2018-09-26net: core: add member wol_enabled to struct net_deviceHeiner Kallweit1-1/+8
2018-09-26net/ipv6: Remove extra call to ip6_convert_metrics for multipath caseDavid Ahern1-5/+0
2018-09-26Bluetooth: SMP: fix crash in unpairingMatias Karhumaa3-10/+29
2018-09-26nl80211: Fix possible Spectre-v1 for NL80211_TXRATE_HTMasashi Honma1-0/+1
2018-09-26mac80211: allocate TXQs for active monitor interfacesFelix Fietkau1-1/+2
2018-09-25tipc: lock wakeup & inputq at tipc_link_reset()Parthasarathy Bhuvaragan1-1/+6
2018-09-25tipc: reset bearer if device carrier not okParthasarathy Bhuvaragan1-5/+7
2018-09-25tipc: fix flow control accounting for implicit connectParthasarathy Bhuvaragan1-1/+3
2018-09-24ip_tunnel: be careful when accessing the inner headerPaolo Abeni1-0/+9
2018-09-24mpls: allow routes on ip6gre devicesSaif Hasan1-1/+5
2018-09-23netpoll: make ndo_poll_controller() optionalEric Dumazet1-12/+7