summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | net/ipv6: move metrics from dst to rt6_infoDavid Ahern2018-04-171-8/+9
| * | | | | | | net/ipv6: Move nexthop data to fib6_nhDavid Ahern2018-04-172-7/+15
| * | | | | | | net/ipv6: Save route type in rt6_infoDavid Ahern2018-04-171-0/+1
| * | | | | | | net/ipv6: Pass net namespace to route functionsDavid Ahern2018-04-171-5/+7
| * | | | | | | net/ipv6: Pass net to fib6_update_sernumDavid Ahern2018-04-171-1/+1
| * | | | | | | net: Move fib_convert_metrics to metrics fileDavid Ahern2018-04-171-0/+3
| * | | | | | | vxlan: add ttl inherit supportHangbin Liu2018-04-172-0/+12
| * | | | | | | ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra2018-04-171-0/+14
| * | | | | | | net/ipv6: Make __inet6_bind staticDavid Ahern2018-04-171-2/+0
| * | | | | | | xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer2018-04-171-1/+1
| * | | | | | | xdp: allow page_pool as an allocator type in xdp_return_frameJesper Dangaard Brouer2018-04-172-0/+17
| * | | | | | | page_pool: refurbish version of page_pool codeJesper Dangaard Brouer2018-04-171-0/+129
| * | | | | | | xdp: rhashtable with allocator ID to pointer mappingJesper Dangaard Brouer2018-04-171-12/+2
| * | | | | | | bpf: cpumap convert to use generic xdp_frameJesper Dangaard Brouer2018-04-171-0/+1
| * | | | | | | xdp: introduce a new xdp_frame typeJesper Dangaard Brouer2018-04-171-0/+40
| * | | | | | | xdp: move struct xdp_buff from filter.h to xdp.hJesper Dangaard Brouer2018-04-171-0/+22
| * | | | | | | xdp: introduce xdp_return_frame API and use in cpumapJesper Dangaard Brouer2018-04-171-0/+27
| * | | | | | | tcp: implement mmap() for zero copy receiveEric Dumazet2018-04-161-0/+2
| * | | | | | | tcp: avoid extra wakeups for SO_RCVLOWAT usersEric Dumazet2018-04-161-0/+1
| * | | | | | | tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet2018-04-161-0/+1
* | | | | | | | Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-061-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | audit: use inline function to get audit contextRichard Guy Briggs2018-05-141-1/+1
| * | | | | | | | audit: convert sessionid unset to a macroRichard Guy Briggs2018-05-141-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-047-10/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | net/iucv: convert to ->poll_maskChristoph Hellwig2018-05-261-2/+0
| * | | | | | | | net/bluetooth: convert to ->poll_maskChristoph Hellwig2018-05-261-1/+1
| * | | | | | | | net/sctp: convert to ->poll_maskChristoph Hellwig2018-05-261-2/+1
| * | | | | | | | net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-1/+1
| * | | | | | | | net/tcp: convert to ->poll_maskChristoph Hellwig2018-05-261-2/+1
| * | | | | | | | net: remove sock_no_pollChristoph Hellwig2018-05-261-2/+0
| * | | | | | | | net: refactor socket_pollChristoph Hellwig2018-05-261-0/+15
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-0410-57/+31
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-163-5/+13
| * | | | | | | net: move seq_file_single_net to <linux/seq_file_net.h>Christoph Hellwig2018-05-161-12/+0
| * | | | | | | ipv{4,6}/raw: simplify ѕeq_file codeChristoph Hellwig2018-05-161-4/+0
| * | | | | | | ipv{4,6}/ping: simplify proc file creationChristoph Hellwig2018-05-161-11/+0
| * | | | | | | ipv{4,6}/tcp: simplify procfs registrationChristoph Hellwig2018-05-161-8/+3
| * | | | | | | ipv{4,6}/udp{,lite}: simplify proc registrationChristoph Hellwig2018-05-161-12/+8
| * | | | | | | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-163-7/+9
| | |_|_|_|/ / | |/| | | | |
* | | | | | | sctp: fix the issue that flags are ignored when using kernel_connectXin Long2018-05-221-0/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | tls: don't use stack memory in a scatterlistMatt Mullins2018-05-171-0/+3
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-05-131-0/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | netfilter: nf_tables: bogus EBUSY in chain deletionsPablo Neira Ayuso2018-05-091-0/+5
| |/ / / /
* | | | | bonding: send learning packets for vlans on slaveDebabrata Banerjee2018-05-111-0/+1
* | | | | Merge tag 'mac80211-for-davem-2018-05-09' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-05-101-1/+1
|\ \ \ \ \
| * | | | | mac80211: fix kernel-doc "bad line" warningRandy Dunlap2018-05-071-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-05-071-0/+1
|\ \ \ \ \
| * | | | | xfrm: Fix warning in xfrm6_tunnel_net_exit.Steffen Klassert2018-04-161-0/+1
* | | | | | net: flow_dissector: fix typo 'can by' to 'can be'Wolfram Sang2018-05-071-1/+1
| |_|_|/ / |/| | | |
* | | | | ipv6: Revert "ipv6: Allow non-gateway ECMP for IPv6"Ido Schimmel2018-05-021-1/+2
OpenPOWER on IntegriCloud