| Commit message (Expand) | Author | Age |
* | iov_iter: don't revert iov buffer if csum error | Ding Tianhong | 2017-05-20 |
* | rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string | Michal Schmidt | 2017-05-14 |
* | netpoll: Check for skb->queue_mapping | Tushar Dave | 2017-05-03 |
* | gso: Validate assumption of frag_list segementation | Ilan Tayari | 2017-05-03 |
* | net-timestamp: avoid use-after-free in ip_recv_error | Willem de Bruijn | 2017-05-03 |
* | net: neigh: guard against NULL solicit() method | Eric Dumazet | 2017-05-03 |
* | make skb_copy_datagram_msg() et.al. preserve ->msg_iter on error | Al Viro | 2017-04-21 |
* | cgroup, net_cls: iterate the fds of only the tasks which are being migrated | Tejun Heo | 2017-03-30 |
* | socket, bpf: fix sk_filter use after free in sk_clone_lock | Daniel Borkmann | 2017-03-30 |
* | net: properly release sk_frag.page | Eric Dumazet | 2017-03-30 |
* | net: fix socket refcounting in skb_complete_tx_timestamp() | Eric Dumazet | 2017-03-22 |
* | net: fix socket refcounting in skb_complete_wifi_ack() | Eric Dumazet | 2017-03-22 |
* | net: net_enable_timestamp() can be called from irq contexts | Eric Dumazet | 2017-03-22 |
* | net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notification | Marcus Huewe | 2017-02-26 |
* | net: use a work queue to defer net_disable_timestamp() work | Eric Dumazet | 2017-02-18 |
* | lwtunnel: Fix oops on state free after encap module unload | Robert Shearman | 2017-02-04 |
* | lwtunnel: fix autoload of lwt modules | David Ahern | 2017-02-04 |
* | net: fix harmonize_features() vs NETIF_F_HIGHDMA | Eric Dumazet | 2017-02-04 |
* | gro: use min_t() in skb_gro_reset_offset() | Eric Dumazet | 2017-01-15 |
* | gro: Enter slow-path if there is no tailroom | Herbert Xu | 2017-01-15 |
* | net: add the AF_QIPCRTR entries to family name tables | Anna, Suman | 2017-01-15 |
* | flow_dissector: Update pptp handling to avoid null pointer deref. | Ian Kumlien | 2017-01-15 |
* | drop_monitor: consider inserted data in genlmsg_end | Reiter Wolfgang | 2017-01-15 |
* | drop_monitor: add missing call to genlmsg_end | Reiter Wolfgang | 2017-01-15 |
* | rtnl: stats - add missing netlink message size checks | Mathias Krause | 2017-01-15 |
* | net: avoid signed overflows for SO_{SND|RCV}BUFFORCE | Eric Dumazet | 2016-12-02 |
* | net/rtnetlink: fix attribute name in nlmsg_size() comments | Tobias Klauser | 2016-12-02 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2016-11-27 |
|\ |
|
| * | flowcache: Increase threshold for refusing new allocations | Miroslav Urbanek | 2016-11-23 |
* | | net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGS | Miroslav Lichvar | 2016-11-25 |
* | | rtnetlink: fix the wrong minimal dump size getting from rtnl_calcit() | Zhang Shengju | 2016-11-23 |
* | | flow_dissect: call init_default_flow_dissectors() earlier | Eric Dumazet | 2016-11-22 |
* | | rtnl: fix the loop index update error in rtnl_dump_ifinfo() | Zhang Shengju | 2016-11-19 |
* | | rtnetlink: fix FDB size computation | Sabrina Dubroca | 2016-11-18 |
* | | net: check dead netns for peernet2id_alloc() | WANG Cong | 2016-11-17 |
* | | rtnetlink: fix rtnl message size computation for XDP | Sabrina Dubroca | 2016-11-15 |
* | | rtnetlink: fix rtnl_vfinfo_size | Sabrina Dubroca | 2016-11-15 |
* | | net: __skb_flow_dissect() must cap its return value | Eric Dumazet | 2016-11-12 |
* | | bpf: Fix bpf_redirect to an ipip/ip6tnl dev | Martin KaFai Lau | 2016-11-12 |
* | | rtnl: reset calcit fptr in rtnl_unregister() | Mathias Krause | 2016-11-09 |
* | | dccp: do not release listeners too soon | Eric Dumazet | 2016-11-03 |
* | | net: mangle zero checksum in skb_checksum_help() | Eric Dumazet | 2016-10-31 |
* | | net: clear sk_err_soft in sk_clone_lock() | Eric Dumazet | 2016-10-31 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-10-29 |
|\ \ |
|
| * | | packet: on direct_xmit, limit tso and csum to supported devices | Willem de Bruijn | 2016-10-29 |
| * | | flow_dissector: fix vlan tag handling | Arnd Bergmann | 2016-10-27 |
| * | | netns: revert "netns: avoid disabling irq for netns id" | Paul Moore | 2016-10-22 |
| * | | net: add recursion limit to GRO | Sabrina Dubroca | 2016-10-20 |
| * | | net: core: Correctly iterate over lower adjacency list | Ido Schimmel | 2016-10-19 |
| * | | flow_dissector: Check skb for VLAN only if skb specified. | Eric Garver | 2016-10-19 |