summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch2017-10-211-0/+2
* net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung2017-10-081-0/+3
* 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: 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-2/+2
* 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
* net: better skb->sender_cpu and skb->napi_id cohabitationEric Dumazet2017-06-141-17/+16
* netem: fix skb_orphan_partial()Eric Dumazet2017-06-071-6/+6
* 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
* rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt2017-05-141-1/+1
* netpoll: Check for skb->queue_mappingTushar Dave2017-05-021-2/+8
* net: neigh: guard against NULL solicit() methodEric Dumazet2017-05-021-1/+2
* 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: use a work queue to defer net_disable_timestamp() workEric Dumazet2017-02-181-18/+13
* 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
* drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang2017-01-151-1/+7
* drop_monitor: add missing call to genlmsg_endReiter Wolfgang2017-01-151-9/+24
* net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet2016-12-101-2/+2
* rtnetlink: fix FDB size computationSabrina Dubroca2016-12-101-1/+4
* net: check dead netns for peernet2id_alloc()WANG Cong2016-12-101-0/+2
* flow_dissect: call init_default_flow_dissectors() earlierEric Dumazet2016-12-021-1/+1
* tcp: take care of truncations done by sk_filter()Eric Dumazet2016-11-211-5/+5
* net: __skb_flow_dissect() must cap its return valueEric Dumazet2016-11-211-3/+8
* net: mangle zero checksum in skb_checksum_help()Eric Dumazet2016-11-211-1/+1
* net: clear sk_err_soft in sk_clone_lock()Eric Dumazet2016-11-211-0/+1
* packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn2016-11-151-0/+1
* net: add recursion limit to GROSabrina Dubroca2016-11-151-0/+1
* net: pktgen: remove rcu locking in pktgen_change_name()Eric Dumazet2016-11-151-7/+10
* net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins2016-11-151-31/+37
* net: pktgen: fix pkt_sizePaolo Abeni2016-11-151-11/+10
* tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross2016-10-311-1/+1
* bonding: Fix bonding crashMahesh Bandewar2016-09-301-0/+16
* net_sched: fix mirrored packets checksumWANG Cong2016-07-271-18/+0
* packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller2016-07-271-0/+43
* bpf: try harder on clones when writing into skbDaniel Borkmann2016-07-111-8/+10