summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2017-11-10rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt
2017-11-10netpoll: Check for skb->queue_mappingTushar Dave
2017-11-10net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn
2017-11-10net: neigh: guard against NULL solicit() methodEric Dumazet
2017-06-02cgroup, net_cls: iterate the fds of only the tasks which are being migratedTejun Heo
2017-06-02socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann
2017-06-02net: properly release sk_frag.pageEric Dumazet
2017-05-21net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet
2017-05-21net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet
2017-05-21net: net_enable_timestamp() can be called from irq contextsEric Dumazet
2017-03-27net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notificationMarcus Huewe
2017-03-20net: use a work queue to defer net_disable_timestamp() workEric Dumazet
2017-03-20lwtunnel: fix autoload of lwt modulesDavid Ahern
2017-03-20net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet
2017-02-21gro: Enter slow-path if there is no tailroomHerbert Xu
2017-02-21net: add the AF_QIPCRTR entries to family name tablesAnna, Suman
2017-02-21drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang
2017-02-21drop_monitor: add missing call to genlmsg_endReiter Wolfgang
2017-02-21rtnl: stats - add missing netlink message size checksMathias Krause
2016-12-10flowcache: Increase threshold for refusing new allocationsMiroslav Urbanek
2016-12-10net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet
2016-12-10rtnl: fix the loop index update error in rtnl_dump_ifinfo()Zhang Shengju
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-21net: __skb_flow_dissect() must cap its return valueEric Dumazet
2016-11-21dccp: do not release listeners too soonEric 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: core: Correctly iterate over lower adjacency listIdo Schimmel
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-09-19cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner
2016-09-04bonding: Fix bonding crashMahesh Bandewar
2016-09-01rps: flow_dissector: Fix uninitialized flow_keys used in __skb_get_hash possiblyGao Feng
2016-08-13net: remove type_check from dev_get_nest_level()Sabrina Dubroca
2016-08-13bpf: fix write helpers with regards to non-linear partsDaniel Borkmann
2016-08-12bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann
2016-08-08bpf: fix checksum for vlan push/pop helperDaniel Borkmann
2016-08-08bpf: fix checksum fixups on bpf_skb_store_bytesDaniel Borkmann
2016-08-08bpf: also call skb_postpush_rcsum on xmit occasionsDaniel Borkmann
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds
2016-07-26net: neigh: disallow transition to NUD_STALE if lladdr is unchanged in neigh_...He Chunhui
2016-07-25bpf, events: fix offset in skb copy handlerDaniel Borkmann
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-20rtnl: protect do_setlink from IFLA_XDP_ATTACHEDBrenden Blanco
2016-07-19rtnl: add option for setting link xdp progBrenden Blanco