summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2018-01-02sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn1-1/+5
2018-01-02net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman1-1/+1
2017-12-25net: Do not allow negative values for busy_read and busy_poll sysctl interfacesAlexander Duyck1-2/+4
2017-12-20net: Resend IGMP memberships upon peer notification.Vlad Yasevich1-0/+1
2017-11-24netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin1-0/+1
2017-11-18soreuseport: fix initialization raceCraig Gallek1-3/+9
2017-11-18tun: call dev_get_valid_name() before register_netdevice()Cong Wang1-3/+3
2017-11-18net: call cgroup_sk_alloc() earlier in sk_clone_lock()Eric Dumazet1-2/+1
2017-10-12Revert "socket, bpf: fix possible use after free"Greg Kroah-Hartman2-17/+3
2017-10-12socket, bpf: fix possible use after freeEric Dumazet2-3/+17
2017-10-12net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov1-0/+3
2017-10-12net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch1-0/+2
2017-10-08net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung1-0/+3
2017-09-20mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel1-1/+2
2017-09-20udp: on peeking bad csum, drop packets even if not at headEric Dumazet1-1/+1
2017-08-13net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn1-1/+1
2017-08-11rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong1-1/+2
2017-08-11net: Zero terminate ifr_name in dev_ifname().David S. Miller1-0/+1
2017-08-07net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet1-3/+4
2017-08-07net: reduce skb_warn_bad_offload() noiseEric Dumazet1-3/+9
2017-07-21net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64Alban Browaeys1-1/+1
2017-07-21net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček1-6/+16
2017-07-21net: prevent sign extension in dev_get_stats()Eric Dumazet1-3/+3
2017-07-05net: ethtool: Initialize buffer when querying device channel settingsEran Ben Elisha1-1/+1
2017-07-05rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych1-0/+2
2017-07-05Fix an intermittent pr_emerg warning about lo becoming free.Krister Johansen1-0/+14
2017-07-05net: Zero ifla_vf_info in rtnl_fill_vfinfo()Mintz, Yuval1-1/+2
2017-07-05net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko1-1/+2
2017-06-17ethtool: do not vzalloc(0) on registers dumpStanislaw Gruszka1-3/+6
2017-06-07bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_dataDaniel Borkmann1-0/+1
2017-06-07ipv4: add reference counting to metricsEric Dumazet1-9/+14
2017-06-07net: Improve handling of failures on link and route dumpsDavid Ahern1-12/+24
2017-06-07net: fix compile error in skb_orphan_partial()Eric Dumazet1-3/+0
2017-06-07netem: fix skb_orphan_partial()Eric Dumazet1-12/+8
2017-05-20iov_iter: don't revert iov buffer if csum errorDing Tianhong1-6/+7
2017-05-14rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt1-1/+1
2017-05-03netpoll: Check for skb->queue_mappingTushar Dave1-2/+8
2017-05-03gso: Validate assumption of frag_list segementationIlan Tayari1-4/+14
2017-05-03net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn1-0/+1
2017-05-03net: neigh: guard against NULL solicit() methodEric Dumazet1-1/+2
2017-04-21make skb_copy_datagram_msg() et.al. preserve ->msg_iter on errorAl Viro1-9/+14
2017-03-30cgroup, net_cls: iterate the fds of only the tasks which are being migratedTejun Heo1-16/+16
2017-03-30socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann1-0/+6
2017-03-30net: properly release sk_frag.pageEric Dumazet1-5/+5
2017-03-22net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet1-7/+8
2017-03-22net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet1-7/+8
2017-03-22net: net_enable_timestamp() can be called from irq contextsEric Dumazet1-4/+31
2017-02-26net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notificationMarcus Huewe1-1/+2
2017-02-18net: use a work queue to defer net_disable_timestamp() workEric Dumazet1-18/+13
2017-02-04lwtunnel: Fix oops on state free after encap module unloadRobert Shearman1-1/+13