summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson2018-05-011-0/+1
* | | | ipv6: Allow non-gateway ECMP for IPv6Thomas Winter2018-05-011-2/+1
| |_|/ |/| |
* | | net: sched: ife: handle malformed tlv lengthAlexander Aring2018-04-221-1/+2
* | | llc: delete timers synchronously in llc_sk_free()Cong Wang2018-04-221-0/+1
| |/ |/|
* | slip: Check if rstate is initialized before uncompressingTejaswi Tanikella2018-04-111-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-094-16/+29
|\ \ | |/
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-04-081-1/+1
| |\
| | * Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc2018-04-031-1/+1
| * | devlink: convert occ_get op to separate registrationJiri Pirko2018-04-081-14/+26
| * | soreuseport: initialise timewait reuseport fieldEric Dumazet2018-04-071-0/+1
| * | net: fix rtnh_ok()Eric Dumazet2018-04-071-1/+1
* | | Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-062-1/+15
|\ \ \
| * | | sctp: Add LSM hooksRichard Haines2018-02-261-0/+10
| * | | sctp: Add ip option supportRichard Haines2018-02-262-1/+5
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-061-2/+2
|\ \ \ \
| * | | | slab: make usercopy region 32-bitAlexey Dobriyan2018-04-051-2/+2
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-051-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | net: Spelling s/stucture/structure/Geert Uytterhoeven2018-03-271-1/+1
* | | | ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow()Alexey Kodanev2018-04-041-1/+2
* | | | ipv6: add a wrapper for ip6_dst_store() with flowi6 checksAlexey Kodanev2018-04-041-0/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-0351-283/+803
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-013-1/+6
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Bluetooth: Fix data type of appearenceJaganath Kanakkassery2018-04-011-1/+1
OpenPOWER on IntegriCloud