summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2017-12-12Merge Linaro linux 4.9.62 into linux-4.9Xie Xiaobo
2017-10-12Revert "socket, bpf: fix possible use after free"Greg Kroah-Hartman
2017-10-12socket, bpf: fix possible use after freeEric Dumazet
2017-10-12net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov
2017-10-12net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch
2017-10-08net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung
2017-09-25linux/core: export copy_skb_header() functionZhang Ying-22455
2017-09-20mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel
2017-09-20udp: on peeking bad csum, drop packets even if not at headEric Dumazet
2017-08-13net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-08-11rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong
2017-08-11net: Zero terminate ifr_name in dev_ifname().David S. Miller
2017-08-07net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet
2017-08-07net: reduce skb_warn_bad_offload() noiseEric Dumazet
2017-07-21net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64Alban Browaeys
2017-07-21net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček
2017-07-21net: prevent sign extension in dev_get_stats()Eric Dumazet
2017-07-14net: readd skb_recycle()Madalin Bucur
2017-07-14net: centralize net_device min/max MTU checkingJarod Wilson
2017-07-05net: ethtool: Initialize buffer when querying device channel settingsEran Ben Elisha
2017-07-05rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych
2017-07-05Fix an intermittent pr_emerg warning about lo becoming free.Krister Johansen
2017-07-05net: Zero ifla_vf_info in rtnl_fill_vfinfo()Mintz, Yuval
2017-07-05net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko
2017-06-17ethtool: do not vzalloc(0) on registers dumpStanislaw Gruszka
2017-06-07bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_dataDaniel Borkmann
2017-06-07ipv4: add reference counting to metricsEric Dumazet
2017-06-07net: Improve handling of failures on link and route dumpsDavid Ahern
2017-06-07net: fix compile error in skb_orphan_partial()Eric Dumazet
2017-06-07netem: fix skb_orphan_partial()Eric Dumazet
2017-05-20iov_iter: don't revert iov buffer if csum errorDing Tianhong
2017-05-14rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt
2017-05-03netpoll: Check for skb->queue_mappingTushar Dave
2017-05-03gso: Validate assumption of frag_list segementationIlan Tayari
2017-05-03net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn
2017-05-03net: neigh: guard against NULL solicit() methodEric Dumazet
2017-04-21make skb_copy_datagram_msg() et.al. preserve ->msg_iter on errorAl Viro
2017-03-30cgroup, net_cls: iterate the fds of only the tasks which are being migratedTejun Heo
2017-03-30socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann
2017-03-30net: properly release sk_frag.pageEric Dumazet
2017-03-22net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet
2017-03-22net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet
2017-03-22net: net_enable_timestamp() can be called from irq contextsEric Dumazet
2017-02-26net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notificationMarcus Huewe
2017-02-18net: use a work queue to defer net_disable_timestamp() workEric Dumazet
2017-02-04lwtunnel: Fix oops on state free after encap module unloadRobert Shearman
2017-02-04lwtunnel: fix autoload of lwt modulesDavid Ahern
2017-02-04net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet
2017-01-15gro: use min_t() in skb_gro_reset_offset()Eric Dumazet
2017-01-15gro: Enter slow-path if there is no tailroomHerbert Xu