summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-03-27net: datagram: fix unbounded loop in __skb_try_recv_datagram()Paolo Abeni
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-27inet: switch IP ID generator to siphashEric Dumazet
2019-03-27tcp: fix zerocopy and notsent_lowat issuesEric Dumazet
2019-03-27net: openvswitch: Add a new action check_pkt_lenNuman Siddique
2019-03-27ethtool: add PHY Fast Link Down supportHeiner Kallweit
2019-03-27net/core: Allow the compiler to verify declaration and definition consistencyBart Van Assche
2019-03-27net/core: Fix rtnetlink kernel-doc headersBart Van Assche
2019-03-27net/core: Document __skb_flow_dissect() flags argumentBart Van Assche
2019-03-27net/core: Document all dev_ioctl() argumentsBart Van Assche
2019-03-27net/core: Document reuseport_add_sock() bind_inany argumentBart Van Assche
2019-03-27fou: Support binding FoU socketKristian Evensen
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-03-27xfrm: Honor original L3 slave device in xfrmi policy lookupMartin Willi
2019-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-03-26Merge tag 'nfs-for-5.1-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2019-03-26SUNRPC: fix uninitialized variable warningAlakesh Haloi
2019-03-26openvswitch: add seqadj extension when NAT is used.Flavio Leitner
2019-03-26tipc: fix return value check in tipc_mcast_send_sync()Wei Yongjun
2019-03-26net: dsa: Avoid null pointer when failing to connect to PHYVladimir Oltean
2019-03-26net: devlink: skip info_get op call if it is not defined in dumpitJiri Pirko
2019-03-26tipc: change to check tipc_own_id to return in tipc_net_stopXin Long
2019-03-26net: sched: Kconfig: update reference link for PIELeslie Monis
2019-03-26esp4: add length check for UDP encapsulationSabrina Dubroca
2019-03-26xfrm: clean up xfrm protocol checksCong Wang
2019-03-25libceph: fix breakage caused by multipage bvecsIlya Dryomov
2019-03-25batman-adv: Add multicast-to-unicast support for multiple targetsLinus Lüssing
2019-03-25batman-adv: allow updating DAT entry timeouts on incoming ARP RepliesLinus Lüssing
2019-03-25batman-adv: Adjust name for batadv_dat_send_dataSven Eckelmann
2019-03-25batman-adv: Warn about sysfs file accessSven Eckelmann
2019-03-25batman-adv: Make sysfs support optionalSven Eckelmann
2019-03-25batman-adv: Drop license boilerplateSven Eckelmann
2019-03-25batman-adv: Fix genl notification for throughput_overrideSven Eckelmann
2019-03-25batman-adv: fix warning in function batadv_v_elp_get_throughputAnders Roxell
2019-03-25batman-adv: Reduce tt_global hash refcnt only for removed entrySven Eckelmann
2019-03-25batman-adv: Reduce tt_local hash refcnt only for removed entrySven Eckelmann
2019-03-25batman-adv: Reduce claim hash refcnt only for removed entrySven Eckelmann
2019-03-24bpf: silence uninitialized var warning in bpf_skb_net_growWillem de Bruijn
2019-03-24net: devlink: select NET_DEVLINK from driversJiri Pirko
2019-03-24net: devlink: add port type spinlockJiri Pirko
2019-03-24net: devlink: warn on setting type on unregistered portJiri Pirko
2019-03-24net: devlink: disallow port_attrs_set() to be called before registerJiri Pirko
2019-03-24dsa: move devlink_port_attrs_set() call before registerJiri Pirko
2019-03-24net: devlink: don't pass return value of __devlink_port_type_set()Jiri Pirko
2019-03-24net: devlink: don't take devlink_mutex for devlink_compat_*Jiri Pirko
2019-03-24dsa: add missing net/devlink.h includeJiri Pirko
2019-03-24net: devlink: add couple of missing mutex_destroy() callsJiri Pirko
2019-03-24vti4: eliminated some duplicate code.Jeremy Sowden
2019-03-24xfrm: gso partial offload supportBoris Pismenny
2019-03-23tcp: add one skb cache for rxEric Dumazet