summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-09-25inet: constify inet_csk_route_req() socket argumentEric Dumazet1-1/+1
2015-09-25inet: constify ip_route_output_flow() socket argumentEric Dumazet2-4/+4
2015-09-25tcp: constify tcp_openreq_init_rwin()Eric Dumazet1-10/+18
2015-09-25tcp: constify listener socket in tcp_v[46]_init_req()Eric Dumazet2-5/+7
2015-09-25net: remove unused argument of __netdev_find_adj()Michal Kubeček1-8/+7
2015-09-25l2tp: auto load IP modulesstephen hemminger2-0/+2
2015-09-25l2tp: auto load type modulesstephen hemminger4-0/+12
2015-09-25net: dsa: Set a "dsa" device_typeFlorian Fainelli1-0/+5
2015-09-24switchdev: reduce transaction phase enum down to a booleanJiri Pirko1-4/+4
2015-09-24dsa: use prepare/commit switchdev transaction helpersJiri Pirko1-10/+5
2015-09-24switchdev: remove "ABORT" transaction phaseJiri Pirko1-8/+2
2015-09-24switchdev: move transaction phase enum under transaction structureJiri Pirko2-14/+16
2015-09-24switchdev: introduce transaction item queue for attr_set and obj_addJiri Pirko2-15/+102
2015-09-24switchdev: rename "trans" to "trans_ph".Jiri Pirko2-10/+10
2015-09-24tcp: factorize sk_txhash initEric Dumazet3-3/+1
2015-09-24ipv6: remove unused neigh parameter from ndisc functionsJiri Benc3-12/+9
2015-09-24genetlink: simplify genl_notifyJiri Benc2-8/+7
2015-09-23bridge: don't age externally added FDB entriesSiva Mannem1-0/+2
2015-09-23bridge: define some min/max/default ageing time constantsScott Feldman1-1/+1
2015-09-23cls_bpf: further limit exec opcodes subsetDaniel Borkmann1-3/+0
2015-09-23cls_bpf: make binding to classid optionalDaniel Borkmann1-9/+8
2015-09-23cls_bpf: also dump TCA_BPF_FLAGSDaniel Borkmann1-3/+8
2015-09-23sched, bpf: let stack handle !IFF_UP devs on bpf_clone_redirectDaniel Borkmann1-3/+0
2015-09-23ipv6 Use get_hash_from_flowi6 for rt6 hashTom Herbert1-25/+1
2015-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller98-577/+667
2015-09-21tcp: send loss probe after 1s if no RTT availableYuchung Cheng1-4/+5
2015-09-21tcp: usec resolution SYN/ACK RTTYuchung Cheng4-18/+18
2015-09-21s390/iucv: do not use arrays as argumentUrsula Braun2-11/+10
2015-09-21Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller12-213/+558
2015-09-20rxrpc: Replace get_seconds with ktime_get_secondsKsenija Stanojevic3-6/+6
2015-09-18netfilter: Use nf_ct_net instead of dev_net(out) in nf_nat_masquerade_ipv6Eric W. Biederman1-1/+1
2015-09-18netfilter: Pass net into nf_xfrm_me_harderEric W. Biederman3-6/+6
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman37-130/+130
2015-09-18ipvs: Read hooknum from state rather than ops->hooknumEric W. Biederman1-8/+8
2015-09-18netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman13-16/+20
2015-09-18act_connmark: Remember the struct net instead of guessing it.Eric W. Biederman1-1/+2
2015-09-18netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6Eric W. Biederman5-42/+12
2015-09-18netfilter: nf_tables: Use pkt->net instead of computing net from the passed n...Eric W. Biederman5-20/+15
2015-09-18netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman17-43/+41
2015-09-18netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman6-0/+6
2015-09-18netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman22-55/+48
2015-09-18inet netfilter: Prefer state->hook to ops->hooknumEric W. Biederman6-21/+21
2015-09-18inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_tableEric W. Biederman14-38/+25
2015-09-18netfilter: ebtables: Simplify the arguments to ebt_do_tableEric W. Biederman4-16/+17
2015-09-18Merge tag 'ipvs-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso11-190/+325
2015-09-18Bluetooth: Fix reporting incorrect EIR in device found mgmt eventSzymon Janc1-0/+21
2015-09-18Bluetooth: Add BT_ERR_RATELIMITEDSzymon Janc1-0/+16
2015-09-17sch_dsmark: improve memory localityEric Dumazet1-30/+33
2015-09-17net: Initialize table in fib resultDavid Ahern1-0/+2
2015-09-17bpf: add bpf_redirect() helperAlexei Starovoitov4-0/+54