summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2017-10-21net: 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-08-12net: 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-06net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet
2017-08-06net: reduce skb_warn_bad_offload() noiseEric Dumazet
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-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-14net: better skb->sender_cpu and skb->napi_id cohabitationEric Dumazet
2017-06-07netem: fix skb_orphan_partial()Eric Dumazet
2017-06-07ipv4: add reference counting to metricsEric Dumazet
2017-06-07net: Improve handling of failures on link and route dumpsDavid Ahern
2017-05-14rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt
2017-05-02netpoll: Check for skb->queue_mappingTushar Dave
2017-05-02net: neigh: guard against NULL solicit() methodEric Dumazet
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-18net: use a work queue to defer net_disable_timestamp() workEric Dumazet
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
2017-01-15drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang
2017-01-15drop_monitor: add missing call to genlmsg_endReiter Wolfgang
2016-12-10net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet
2016-12-10rtnetlink: fix FDB size computationSabrina Dubroca
2016-12-10net: check dead netns for peernet2id_alloc()WANG Cong
2016-12-02flow_dissect: call init_default_flow_dissectors() earlierEric Dumazet
2016-11-21tcp: take care of truncations done by sk_filter()Eric Dumazet
2016-11-21net: __skb_flow_dissect() must cap its return valueEric Dumazet
2016-11-21net: mangle zero checksum in skb_checksum_help()Eric Dumazet
2016-11-21net: clear sk_err_soft in sk_clone_lock()Eric Dumazet
2016-11-15packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn
2016-11-15net: add recursion limit to GROSabrina Dubroca
2016-11-15net: pktgen: remove rcu locking in pktgen_change_name()Eric Dumazet
2016-11-15net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins
2016-11-15net: pktgen: fix pkt_sizePaolo Abeni
2016-10-31tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
2016-09-30bonding: Fix bonding crashMahesh Bandewar
2016-07-27net_sched: fix mirrored packets checksumWANG Cong
2016-07-27packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller
2016-07-11bpf: try harder on clones when writing into skbDaniel Borkmann