summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* sysfs, kobject: allow creating kobject belonging to arbitrary usersDmitry Torokhov2018-07-211-0/+4
* kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov2018-07-211-9/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-07-2119-190/+191
|\
| * netfilter: nf_osf: add missing definitions to header fileFernando Fernandez Mancera2018-07-182-8/+13
| * ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal2018-07-182-28/+104
| * netfilter: nft_socket: Expose socket markMáté Eckl2018-07-181-1/+3
| * netfilter: nf_tables: use dedicated mutex to guard transactionsFlorian Westphal2018-07-181-0/+1
| * netfilter: nf_tables: take module reference when starting a batchFlorian Westphal2018-07-181-0/+1
| * netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng2018-07-181-3/+1
| * ipvs: add assured state for conn templatesJulian Anastasov2018-07-181-0/+16
| * ipvs: provide just conn to ip_vs_state_nameJulian Anastasov2018-07-181-1/+1
| * netfilter: nf_conncount: Add list lock and gc worker, and RCU for init tree s...Yi-Hung Wei2018-07-181-4/+13
| * netfilter: nf_conncount: Early exit in nf_conncount_lookup() and cleanupYi-Hung Wei2018-07-181-4/+7
| * netfilter: nf_conncount: Switch to plain listYi-Hung Wei2018-07-181-3/+12
| * netfilter: conntrack: remove l3proto abstractionFlorian Westphal2018-07-175-62/+5
| * netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal2018-07-162-20/+6
| * netfilter: conntrack: avoid calls to l4proto invert_tupleFlorian Westphal2018-07-161-1/+1
| * netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackersFlorian Westphal2018-07-161-8/+0
| * netfilter: conntrack: remove invert_tuple indirection from l3 protocol trackersFlorian Westphal2018-07-162-8/+0
| * netfilter: conntrack: remove pkt_to_tuple indirection from l3 protocol trackersFlorian Westphal2018-07-161-7/+0
| * netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackersFlorian Westphal2018-07-162-12/+2
| * openvswitch: use nf_ct_get_tuplepr, invert_tupleprFlorian Westphal2018-07-161-7/+0
| * netfilter: utils: move nf_ip6_checksum* from ipv6 to utilsFlorian Westphal2018-07-161-5/+0
| * netfilter: utils: move nf_ip_checksum* from ipv4 to utilsFlorian Westphal2018-07-161-11/+0
| * netfilter: nft_tproxy: Move nf_tproxy_assign_sock() to nf_tproxy.hMáté Eckl2018-07-161-0/+8
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-2131-155/+186
|\ \
| * \ Merge tag 'iommu-fixes-v4.18-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-07-201-0/+1
| |\ \
| | * | Revert "iommu/vt-d: Clean up pasid quirk for pre-production devices"Lu Baolu2018-07-201-0/+1
| * | | Merge tag 'pci-v4.18-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-07-191-0/+2
| |\ \ \
| | * | | PCI: OF: Fix I/O space page leakSergei Shtylyov2018-07-181-0/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-1917-26/+47
| |\ \ \ \
| | * | | | ipv6: fix useless rol32 call on hashColin Ian King2018-07-191-1/+1
| | * | | | tcp: Fix broken repair socket window probe patchStefan Baranoff2018-07-161-0/+4
| | * | | | net/ethernet/freescale/fman: fix cross-build errorRandy Dunlap2018-07-161-0/+1
| | * | | | ipv6/mcast: init as INCLUDE when join SSM INCLUDE groupHangbin Liu2018-07-161-0/+2
| | * | | | ipv4/igmp: init group mode as INCLUDE when join source groupHangbin Liu2018-07-161-0/+2
| | * | | | tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2018-07-141-2/+0
| | * | | | net: ethtool: fix spelling mistake: "tubale" -> "tunable"Michael Heimpold2018-07-141-1/+1
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-131-0/+1
| | |\ \ \ \
| | | * | | | bpf: include errno.h from bpf-cgroup.hRoman Gushchin2018-07-091-0/+1
| | * | | | | net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio2018-07-131-5/+5
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-07-092-2/+8
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | netfilter: nf_tables: place all set backends in one single modulePablo Neira Ayuso2018-07-061-0/+6
| | | * | | | netfilter: nf_tproxy: fix possible non-linear access to transport headerMáté Eckl2018-07-061-2/+2
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-083-3/+11
| | |\ \ \ \ \
| | | * | | | | xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita2018-07-081-3/+3
| | | * | | | | bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend2018-07-081-0/+4
| | | * | | | | xsk: fix potential race in SKB TX completion codeMagnus Karlsson2018-07-031-0/+4
| | * | | | | | net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti2018-07-071-1/+0
| | * | | | | | net/sched: act_csum: fix NULL dereference when 'goto chain' is usedDavide Caratti2018-07-071-1/+0