summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-10-261-0/+1
|\
| * cgroup, netclassid: add a preemption point to write_classidMichal Hocko2018-10-231-0/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-2611-133/+132Star
|\ \
| * | rxrpc: Remove VLA usage of skcipherKees Cook2018-09-282-23/+23
| * | libceph: Remove VLA usage of skcipherKees Cook2018-09-282-7/+7
| * | mac802154: Remove VLA usage of skcipherKees Cook2018-09-282-9/+9
| * | lib80211: Remove VLA usage of skcipherKees Cook2018-09-282-32/+30Star
| * | gss_krb5: Remove VLA usage of skcipherKees Cook2018-09-285-94/+93Star
* | | Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-10-255-49/+80
|\ \ \
| * | | hidp: fix compat_ioctlAl Viro2018-09-101-29/+50
| * | | hidp: constify hidp_connection_add()Al Viro2018-09-102-6/+6
| * | | cmtp: fix compat_ioctlAl Viro2018-09-101-7/+12
| * | | bnep: fix compat_ioctlAl Viro2018-09-101-7/+12
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-252-15/+13Star
|\ \ \ \
| * | | | y2038: socket: Change recvmmsg to use __kernel_timespecArnd Bergmann2018-08-292-13/+11Star
| * | | | y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-271-2/+2
* | | | | Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds2018-10-241-1/+1
|\ \ \ \ \
| * | | | | docs: fix some broken documentation referencesMauro Carvalho Chehab2018-09-201-1/+1
| |/ / / /
* | | | | Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-242-12/+1Star
|\ \ \ \ \
| * | | | | kill TIOCSERGSTRUCTAl Viro2018-10-131-4/+0Star
| * | | | | change semantics of ldisc ->compat_ioctl()Al Viro2018-10-131-0/+1
| * | | | | rfcomm: get rid of mentioning TIOC[SG]SERIALAl Viro2018-10-131-8/+0Star
| |/ / / /
* | | | | tcp: add tcp_reset_xmit_timer() helperEric Dumazet2018-10-242-12/+14
* | | | | Revert "net: simplify sock_poll_wait"Karsten Graul2018-10-2311-12/+12
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-10-237-27/+107
|\ \ \ \ \
| * | | | | netfilter: nf_flow_table: do not remove offload when other netns's interface ...Taehee Yoo2018-10-191-3/+6
| * | | | | netfilter: nf_flow_table: remove flowtable hook flush routine in netns exit r...Taehee Yoo2018-10-191-3/+0Star
| * | | | | netfilter: xt_nat: fix DNAT target for shifted portmap rangesPaolo Abeni2018-10-161-0/+2
| * | | | | netfilter: nft_compat: do not dump private areaPablo Neira Ayuso2018-10-111-2/+22
| * | | | | netfilter: xt_TEE: add missing code to get interface index in checkentry.Taehee Yoo2018-10-111-0/+7
| * | | | | netfilter: xt_TEE: fix wrong interface selectionTaehee Yoo2018-10-111-17/+52
| * | | | | netfilter: nft_osf: usage from output path is not validFernando Fernandez Mancera2018-10-111-0/+10
| * | | | | netfilter: nft_set_rbtree: allow loose matching of closing element in intervalPablo Neira Ayuso2018-10-111-2/+8
* | | | | | llc: do not use sk_eat_skb()Eric Dumazet2018-10-231-7/+4Star
* | | | | | net: dsa: legacy: simplify getting .driver_dataWolfram Sang2018-10-231-4/+2Star
* | | | | | net/sched: act_police: disallow 'goto chain' on fallback control actionDavide Caratti2018-10-231-2/+10
* | | | | | net/sched: act_gact: disallow 'goto chain' on fallback control actionDavide Caratti2018-10-231-0/+5
* | | | | | net: bpfilter: Set user mode helper's command lineOlivier Brunel2018-10-231-0/+1
* | | | | | net/ipv6: Add support for dumping addresses for a specific deviceDavid Ahern2018-10-231-5/+22
* | | | | | net/ipv4: Add support for dumping addresses for a specific deviceDavid Ahern2018-10-231-5/+23
* | | | | | net/ipv6: Remove ip_idx arg to in6_dump_addrsDavid Ahern2018-10-231-10/+6Star
* | | | | | net/ipv4: Move loop over addresses on a device into in_dev_dump_addrDavid Ahern2018-10-231-15/+34
* | | | | | tipc: eliminate message disordering during binding table updateJon Maloy2018-10-233-8/+12
* | | | | | tipc: use destination length for copy stringGuoqing Jiang2018-10-231-1/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-226-23/+225
|\ \ \ \ \ \
| * | | | | | ulp: remove uid and user_visible membersDaniel Borkmann2018-10-211-2/+0Star
| * | | | | | bpf: sk_msg program helper bpf_msg_push_dataJohn Fastabend2018-10-201-0/+134
| * | | | | | bpf: skmsg, fix psock create on existing kcm/tls portJohn Fastabend2018-10-201-5/+6
| * | | | | | bpf: add tests for direct packet access from CGROUP_SKBSong Liu2018-10-191-0/+15
| * | | | | | bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKBSong Liu2018-10-191-1/+35