summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2017-09-25linux/core: export copy_skb_header() functionZhang Ying-22455
2017-07-14net: readd skb_recycle()Madalin Bucur
2017-07-14net: centralize net_device min/max MTU checkingJarod Wilson
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
2017-01-15net: add the AF_QIPCRTR entries to family name tablesAnna, Suman
2017-01-15flow_dissector: Update pptp handling to avoid null pointer deref.Ian Kumlien
2017-01-15drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang
2017-01-15drop_monitor: add missing call to genlmsg_endReiter Wolfgang
2017-01-15rtnl: stats - add missing netlink message size checksMathias Krause
2016-12-02net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet
2016-12-02net/rtnetlink: fix attribute name in nlmsg_size() commentsTobias Klauser
2016-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2016-11-26net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGSMiroslav Lichvar
2016-11-24rtnetlink: fix the wrong minimal dump size getting from rtnl_calcit()Zhang Shengju
2016-11-23flowcache: Increase threshold for refusing new allocationsMiroslav Urbanek
2016-11-22flow_dissect: call init_default_flow_dissectors() earlierEric Dumazet
2016-11-20rtnl: fix the loop index update error in rtnl_dump_ifinfo()Zhang Shengju
2016-11-18rtnetlink: fix FDB size computationSabrina Dubroca
2016-11-17net: check dead netns for peernet2id_alloc()WANG Cong
2016-11-16rtnetlink: fix rtnl message size computation for XDPSabrina Dubroca
2016-11-16rtnetlink: fix rtnl_vfinfo_sizeSabrina Dubroca
2016-11-13net: __skb_flow_dissect() must cap its return valueEric Dumazet
2016-11-13bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau
2016-11-10rtnl: reset calcit fptr in rtnl_unregister()Mathias Krause
2016-11-03dccp: do not release listeners too soonEric Dumazet