summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* nexthop: support for fdb ecmp nexthopsRoopa Prabhu2020-05-222-0/+33
* get rid of compat_mc_setsockopt()Al Viro2020-05-211-4/+0
* ip6_mc_msfilter(): pass the address list separatelyAl Viro2020-05-211-1/+2
* get rid of compat_mc_getsockopt()Al Viro2020-05-211-3/+0
* ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro2020-05-211-1/+1
* lift compat definitions of mcast [sg]etsockopt requests into net/compat.hAl Viro2020-05-211-0/+24
* net: add a new ndo_tunnel_ioctl methodChristoph Hellwig2020-05-201-1/+2
* net/af_iucv: clean up function prototypesJulian Wiedmann2020-05-191-8/+0
* ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig2020-05-191-0/+18
* ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig2020-05-191-0/+2
* ipv6: lift copy_from_user out of ipv6_route_ioctlChristoph Hellwig2020-05-191-1/+2
* mptcp: Use 32-bit DATA_ACK when possibleChristoph Paasch2020-05-161-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-154-4/+15
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-05-142-1/+2
| |\
| | * netfilter: flowtable: Add pending bit for offload workPaul Blakey2020-05-111-0/+1
| | * netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann2020-05-101-1/+1
| * | tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet2020-05-121-0/+13
| |/
| * net: bareudp: avoid uninitialized variable warningArnd Bergmann2020-05-081-2/+0
| * net: remove spurious declaration of tcp_default_init_rwnd()Maciej Żenczykowski2020-05-071-1/+0
* | inet_connection_sock: factor out destroy helper.Paolo Abeni2020-05-151-0/+8
* | mptcp: add new sock flag to deal with join subflowsPaolo Abeni2020-05-151-7/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-152-1/+37
|\ \
| * | xdp: For Intel AF_XDP drivers add XDP frame_szJesper Dangaard Brouer2020-05-151-0/+11
| * | xdp: Xdp_frame add member frame_sz and handle in convert_to_xdp_frameJesper Dangaard Brouer2020-05-151-1/+13
| * | xdp: Add frame size to xdp_buffJesper Dangaard Brouer2020-05-151-0/+13
* | | net: sched: implement terse dump support in actVlad Buslov2020-05-152-1/+2
* | | net: sched: introduce terse dump flagVlad Buslov2020-05-151-0/+4
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-154-5/+17
|\ \
| * | bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song2020-05-131-0/+7
| * | bpf: Allow any port in bpf_bind helperStanislav Fomichev2020-05-091-0/+2
| * | net: Refactor arguments of inet{,6}_bindStanislav Fomichev2020-05-092-2/+6
| * | xsk: Remove unnecessary member in xdp_umemMagnus Karlsson2020-05-041-1/+0
| * | xsk: Change two variable names for increased clarityMagnus Karlsson2020-05-041-2/+2
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-05-134-22/+72
|\ \ \
| * | | Bluetooth: Add hook for driver to prevent wake from suspendAbhishek Pandit-Subedi2020-05-131-0/+1
| * | | Bluetooth: Rename BT_SUSPEND_COMPLETEAbhishek Pandit-Subedi2020-05-131-1/+1
| * | | Bluetooth: Introduce debug feature when dynamic debug is disabledMarcel Holtmann2020-05-111-0/+11
| * | | Bluetooth: Add support for experimental features configurationMarcel Holtmann2020-05-112-0/+28
| * | | Bluetooth: Introduce HCI_MGMT_HDEV_OPTIONAL optionMarcel Holtmann2020-05-111-0/+1
| * | | Bluetooth: replace zero-length array with flexible-array memberMarcel Holtmann2020-05-111-21/+21
| * | | Bluetooth: Adding driver and quirk defs for multi-role LEAlain Michaud2020-04-281-0/+9
* | | | net: dsa: provide an option for drivers to always receive bridge VLANsRussell King2020-05-121-0/+7
* | | | ipv6: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-111-1/+1
* | | | net: dsa: introduce a dsa_switch_find functionVladimir Oltean2020-05-111-0/+1
* | | | net: dsa: permit cross-chip bridging between all trees in the systemVladimir Oltean2020-05-111-4/+6
* | | | net: bridge: allow enslaving some DSA master network devicesVladimir Oltean2020-05-111-1/+1
* | | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2020-05-092-1/+6
|\ \ \ \
| * | | | bonding: Add array of all slavesMaor Gottlieb2020-05-011-1/+2
| * | | | bonding/alb: Add helper functions to get the xmit slaveMaor Gottlieb2020-05-011-0/+4
| * | | | bonding: Rename slave_arr to usable_slavesMaor Gottlieb2020-05-011-1/+1