summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2017-05-03net: neigh: guard against NULL solicit() methodEric Dumazet1-1/+2
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-18net: use a work queue to defer net_disable_timestamp() workEric Dumazet1-18/+13
2017-02-04net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet1-2/+2
2017-01-15gro: use min_t() in skb_gro_reset_offset()Eric Dumazet1-2/+3
2017-01-15gro: Enter slow-path if there is no tailroomHerbert Xu1-1/+2
2017-01-15drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang1-1/+7
2017-01-15drop_monitor: add missing call to genlmsg_endReiter Wolfgang1-9/+24
2016-12-10net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet1-2/+2
2016-12-10rtnetlink: fix FDB size computationSabrina Dubroca1-1/+4
2016-12-10net: check dead netns for peernet2id_alloc()WANG Cong1-0/+2
2016-12-02flow_dissect: call init_default_flow_dissectors() earlierEric Dumazet1-1/+1
2016-11-21tcp: take care of truncations done by sk_filter()Eric Dumazet1-5/+5
2016-11-21net: __skb_flow_dissect() must cap its return valueEric Dumazet1-3/+8
2016-11-21net: mangle zero checksum in skb_checksum_help()Eric Dumazet1-1/+1
2016-11-21net: clear sk_err_soft in sk_clone_lock()Eric Dumazet1-0/+1
2016-11-15packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn1-0/+1
2016-11-15net: add recursion limit to GROSabrina Dubroca1-0/+1
2016-11-15net: pktgen: remove rcu locking in pktgen_change_name()Eric Dumazet1-7/+10
2016-11-15net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins1-31/+37
2016-11-15net: pktgen: fix pkt_sizePaolo Abeni1-11/+10
2016-10-31tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross1-1/+1
2016-09-30bonding: Fix bonding crashMahesh Bandewar1-0/+16
2016-07-27net_sched: fix mirrored packets checksumWANG Cong1-18/+0
2016-07-27packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller1-0/+43
2016-07-11bpf: try harder on clones when writing into skbDaniel Borkmann1-8/+10
2016-07-11neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()David Barroso1-1/+5
2016-05-19net: fix infoleak in rtnetlinkKangjie Lu1-8/+10
2016-05-19vlan: pull on __vlan_insert_tag error path and fix csum correctionDaniel Borkmann1-2/+5
2016-05-19net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann1-3/+1
2016-04-20tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann1-12/+21
2016-04-20rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel1-0/+1
2016-04-20net: fix bridge multicast packet checksum validationLinus Lüssing1-2/+20
2016-03-04IFF_NO_QUEUE: Fix for drivers not calling ether_setup()Phil Sutter1-1/+3
2016-03-04flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth...Alexander Duyck1-3/+6
2016-03-04net: Copy inner L3 and L4 headers as unaligned on GRE TEBAlexander Duyck1-0/+7
2016-03-04net:Add sysctl_max_skb_fragsHans Westgaard Ry2-0/+12
2016-03-04unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa1-0/+7
2016-03-04gro: Make GRO aware of lightweight tunnels.Jesse Gross1-2/+5
2016-01-31net: bpf: reject invalid shiftsRabin Vincent1-0/+5
2016-01-31net: preserve IP control block during GSO segmentationKonstantin Khlebnikov1-0/+5
2016-01-31net: pktgen: fix null ptr deref in skb allocationJohn Fastabend1-1/+3
2016-01-06net: possible use after free in dst_releaseFrancesco Ruggeri1-1/+2
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-6/+6
2015-12-17net: check both type and procotol for tcp socketsWANG Cong2-2/+4
2015-12-15skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich1-1/+1