summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman4-20/+19
2015-09-18netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman3-2/+4
2015-09-18act_connmark: Remember the struct net instead of guessing it.Eric W. Biederman1-0/+1
2015-09-18netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6Eric W. Biederman2-2/+2
2015-09-18netfilter: nf_tables: Pass struct net in nft_pktinfoEric W. Biederman1-1/+2
2015-09-18netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman2-1/+3
2015-09-18netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman3-9/+6
2015-09-18inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_tableEric W. Biederman3-3/+0
2015-09-18netfilter: ebtables: Simplify the arguments to ebt_do_tableEric W. Biederman1-3/+3
2015-09-18Merge tag 'ipvs-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso1-28/+92
2015-09-18bpf: add bpf_redirect() helperAlexei Starovoitov3-0/+10
2015-09-18cls_bpf: introduce integrated actionsDaniel Borkmann3-1/+5
2015-09-18tcp: provide skb->hash to synack packetsEric Dumazet2-4/+9
2015-09-18netfilter: Pass net into okfnEric W. Biederman7-19/+25
2015-09-18netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-15/+12
2015-09-18bridge: Add br_netif_receive_skb remove netif_receive_skb_skEric W. Biederman1-5/+1
2015-09-18net: Remove dev_queue_xmit_skEric W. Biederman1-5/+1
2015-09-18net: Merge dst_output and dst_output_skEric W. Biederman1-5/+1
2015-09-18xfrm: Remove unused afinfo method init_dstEric W. Biederman1-2/+0
2015-09-18netfilter: Pass net to nf_hook_threshEric W. Biederman1-4/+7
2015-09-18netfilter: Store net in nf_hook_stateEric W. Biederman2-2/+5
2015-09-18netfilter: Remove !CONFIG_NETFITLER definition of nf_hook_threshEric W. Biederman1-9/+0
2015-09-17ipvs: add sysctl to ignore tunneled packetsAlex Gartrell1-0/+11
2015-09-16cdc: add header guardsStephen Rothwell2-3/+7
2015-09-16rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 statsSowmini Varadhan2-1/+3
2015-09-15cdc: Fix build warning.David S. Miller1-1/+1
2015-09-15CDC: common parser for extra headersOliver Neukum1-0/+47
2015-09-15net: Allow user to get table id from route lookupDavid Ahern1-0/+1
2015-09-15net: Add FIB table id to rtableDavid Ahern1-0/+2
2015-09-11Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2015-09-11Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds5-155/+397
2015-09-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds15-35/+341
2015-09-11Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds1-0/+14
2015-09-11Merge tag 'drm-intel-next-fixes-2015-09-10' of git://anongit.freedesktop.org/...Dave Airlie1-1/+1
2015-09-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-6/+82
2015-09-11Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-7/+11
2015-09-11Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-0/+1
2015-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-7/+91
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig1-0/+15
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig1-0/+13
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig1-0/+14
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig1-0/+18
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig1-0/+58
2015-09-10mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()Oleg Nesterov1-2/+10
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-3/+3
2015-09-10kexec: split kexec_file syscall code to kexec_file.cDave Young1-0/+11
2015-09-10seq_file: provide an analogue of print_hex_dump()Andy Shevchenko1-0/+4
2015-09-10kmod: use system_unbound_wq instead of khelperFrederic Weisbecker1-2/+0
2015-09-10lib/string_helpers: rename "esc" arg to "only"Kees Cook1-7/+7
2015-09-10hexdump: do not print debug dumps for !CONFIG_DEBUGLinus Walleij1-2/+8