summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2017-07-21net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64Alban Browaeys
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: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-07-05net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko
2017-06-14sock: reset sk_err when the error queue is emptySoheil Hassas Yeganeh
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-14tcp: randomize timestamps on syncookiesEric Dumazet
2017-05-14rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt
2017-04-28net: adjust skb->truesize in ___pskb_trim()Eric Dumazet
2017-04-26net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung
2017-04-21netpoll: Check for skb->queue_mappingTushar Dave
2017-04-21gso: Validate assumption of frag_list segementationIlan Tayari
2017-04-17net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn
2017-04-12net: xdp: don't export dev_change_xdp_fd()Johannes Berg
2017-04-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller
2017-04-03flow dissector: correct size of storage for ARPSimon Horman
2017-04-02make skb_copy_datagram_msg() et.al. preserve ->msg_iter on errorAl Viro
2017-03-24secure_seq: downgrade to per-host timestamp offsetsFlorian Westphal
2017-03-24net: Do not allow negative values for busy_read and busy_poll sysctl interfacesAlexander Duyck
2017-03-23net: neigh: guard against NULL solicit() methodEric Dumazet
2017-03-22socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann
2017-03-22cgroup, net_cls: iterate the fds of only the tasks which are being migratedTejun Heo
2017-03-21tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh
2017-03-21tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh
2017-03-15net: properly release sk_frag.pageEric Dumazet
2017-03-14net: Resend IGMP memberships upon peer notification.Vlad Yasevich
2017-03-13net: use net->count to check whether a netns is alive or notAndrey Vagin
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-07net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet
2017-03-07net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-03-02net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-01net: net_enable_timestamp() can be called from irq contextsEric Dumazet
2017-03-01net: solve a NAPI raceEric Dumazet
2017-02-23bpf: Fix bpf_xdp_event_outputMartin KaFai Lau
2017-02-21net: napi_watchdog() can use napi_schedule_irqoff()Eric Dumazet
2017-02-21net: sock: Use USEC_PER_SEC macro instead of literal 1000000Gao Feng