summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin2017-11-241-0/+1
* soreuseport: fix initialization raceCraig Gallek2017-11-181-3/+9
* tun: call dev_get_valid_name() before register_netdevice()Cong Wang2017-11-181-3/+3
* net: call cgroup_sk_alloc() earlier in sk_clone_lock()Eric Dumazet2017-11-181-2/+1
* Revert "socket, bpf: fix possible use after free"Greg Kroah-Hartman2017-10-122-17/+3
* socket, bpf: fix possible use after freeEric Dumazet2017-10-122-3/+17
* net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov2017-10-121-0/+3
* net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch2017-10-121-0/+2
* net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung2017-10-081-0/+3
* mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel2017-09-201-1/+2
* udp: on peeking bad csum, drop packets even if not at headEric Dumazet2017-09-201-1/+1
* net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-08-121-1/+1
* rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong2017-08-111-1/+2
* net: Zero terminate ifr_name in dev_ifname().David S. Miller2017-08-111-0/+1
* net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet2017-08-061-3/+4
* net: reduce skb_warn_bad_offload() noiseEric Dumazet2017-08-061-3/+9
* net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64Alban Browaeys2017-07-211-1/+1
* net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček2017-07-211-6/+16
* net: prevent sign extension in dev_get_stats()Eric Dumazet2017-07-211-3/+3
* net: ethtool: Initialize buffer when querying device channel settingsEran Ben Elisha2017-07-051-1/+1
* rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych2017-07-051-0/+2
* Fix an intermittent pr_emerg warning about lo becoming free.Krister Johansen2017-07-051-0/+14
* net: Zero ifla_vf_info in rtnl_fill_vfinfo()Mintz, Yuval2017-07-051-1/+2
* net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko2017-07-051-1/+2
* ethtool: do not vzalloc(0) on registers dumpStanislaw Gruszka2017-06-171-3/+6
* bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_dataDaniel Borkmann2017-06-071-0/+1
* ipv4: add reference counting to metricsEric Dumazet2017-06-071-9/+14
* net: Improve handling of failures on link and route dumpsDavid Ahern2017-06-071-12/+24
* net: fix compile error in skb_orphan_partial()Eric Dumazet2017-06-071-3/+0
* netem: fix skb_orphan_partial()Eric Dumazet2017-06-071-12/+8
* iov_iter: don't revert iov buffer if csum errorDing Tianhong2017-05-201-6/+7
* rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt2017-05-141-1/+1
* netpoll: Check for skb->queue_mappingTushar Dave2017-05-031-2/+8
* gso: Validate assumption of frag_list segementationIlan Tayari2017-05-031-4/+14
* net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn2017-05-031-0/+1
* net: neigh: guard against NULL solicit() methodEric Dumazet2017-05-031-1/+2
* make skb_copy_datagram_msg() et.al. preserve ->msg_iter on errorAl Viro2017-04-211-9/+14
* cgroup, net_cls: iterate the fds of only the tasks which are being migratedTejun Heo2017-03-301-16/+16
* socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann2017-03-301-0/+6
* net: properly release sk_frag.pageEric Dumazet2017-03-301-5/+5
* net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet2017-03-221-7/+8
* net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet2017-03-221-7/+8
* net: net_enable_timestamp() can be called from irq contextsEric Dumazet2017-03-221-4/+31
* net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notificationMarcus Huewe2017-02-261-1/+2
* net: use a work queue to defer net_disable_timestamp() workEric Dumazet2017-02-181-18/+13
* lwtunnel: Fix oops on state free after encap module unloadRobert Shearman2017-02-041-1/+13
* lwtunnel: fix autoload of lwt modulesDavid Ahern2017-02-041-6/+56
* net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet2017-02-041-2/+2
* gro: use min_t() in skb_gro_reset_offset()Eric Dumazet2017-01-151-2/+3
* gro: Enter slow-path if there is no tailroomHerbert Xu2017-01-151-1/+2