summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-09-24ipvs: Pass ipvs not net into init_netns and exit_netnsEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs not net into ip_vs_app_net_init and ip_vs_app_net_cleanupEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs not net to register_ip_vs_app and unregister_ip_vs_appEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs not net to register_ip_vs_app_incEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net into register_app and unregister_appEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs not net to ip_vs_estimator_net_init and ip_vs_estimator_cleanupEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs not net into ip_vs_control_net_(init|cleanup)Eric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs not net to ip_vs_random_drop_entryEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net to ip_vs_start_estimator aned ip_vs_stop_estimatorEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs not net to ip_vs_sync_net_cleanupEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net to ip_vs_sync_net_initEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net to ip_vs_sync_connEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net to stop_sync_threadEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net to start_sync_threadEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net to ip_vs_proto_data_getEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net to ip_vs_service_net_cleanupEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net to ip_vs_find_destEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net to ip_vs_has_real_serviceEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net to ip_vs_service_findEric W. Biederman1-1/+1
2015-09-24ipvs: Store ipvs not net in struct ip_vs_serviceEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net to ip_vs_fill_connEric W. Biederman1-2/+2
2015-09-24ipvs: Store ipvs not net in struct ip_vs_conn_paramEric W. Biederman1-2/+2
2015-09-24ipvs: Store ipvs not net in struct ip_vs_connEric W. Biederman1-30/+1
2015-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller19-69/+132
2015-09-22Merge tag 'linux-can-next-for-4.4-20150921' of git://git.kernel.org/pub/scm/l...David S. Miller2-1/+3
2015-09-22tcp: usec resolution SYN/ACK RTTYuchung Cheng2-1/+2
2015-09-22s390/iucv: do not use arrays as argumentUrsula Braun1-10/+10
2015-09-22Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller6-120/+78
2015-09-21can: headers: make header files self containedMarc Kleine-Budde2-1/+3
2015-09-18netfilter: Pass net into nf_xfrm_me_harderEric W. Biederman1-1/+1
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-18Bluetooth: Add BT_ERR_RATELIMITEDSzymon Janc1-0/+4
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