summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | tcp: constify tcp_make_synack() socket argumentEric Dumazet2015-09-251-9/+15
* | | | tcp: remove tcp_ecn_make_synack() socket argumentEric Dumazet2015-09-252-9/+13
* | | | tcp: remove tcp_synack_options() socket argumentEric Dumazet2015-09-251-8/+7
* | | | ip: constify ip_build_and_send_pkt() socket argumentEric Dumazet2015-09-251-6/+8
* | | | tcp: md5: constify tcp_md5_do_lookup() socket argumentEric Dumazet2015-09-252-5/+5
* | | | ipv6: constify inet6_csk_route_req() socket argumentEric Dumazet2015-09-251-1/+1
* | | | ipv6: constify ip6_dst_lookup_{flow|tail}() sock argumentsEric Dumazet2015-09-251-2/+2
* | | | inet: constify inet_csk_route_req() socket argumentEric Dumazet2015-09-251-1/+1
* | | | inet: constify ip_route_output_flow() socket argumentEric Dumazet2015-09-252-4/+4
* | | | tcp: constify tcp_openreq_init_rwin()Eric Dumazet2015-09-251-10/+18
* | | | tcp: constify listener socket in tcp_v[46]_init_req()Eric Dumazet2015-09-252-5/+7
* | | | net: remove unused argument of __netdev_find_adj()Michal Kubeček2015-09-251-8/+7
* | | | l2tp: auto load IP modulesstephen hemminger2015-09-252-0/+2
* | | | l2tp: auto load type modulesstephen hemminger2015-09-254-0/+12
* | | | net: dsa: Set a "dsa" device_typeFlorian Fainelli2015-09-251-0/+5
* | | | switchdev: reduce transaction phase enum down to a booleanJiri Pirko2015-09-241-4/+4
* | | | dsa: use prepare/commit switchdev transaction helpersJiri Pirko2015-09-241-10/+5
* | | | switchdev: remove "ABORT" transaction phaseJiri Pirko2015-09-241-8/+2
* | | | switchdev: move transaction phase enum under transaction structureJiri Pirko2015-09-242-14/+16
* | | | switchdev: introduce transaction item queue for attr_set and obj_addJiri Pirko2015-09-242-15/+102
* | | | switchdev: rename "trans" to "trans_ph".Jiri Pirko2015-09-242-10/+10
* | | | tcp: factorize sk_txhash initEric Dumazet2015-09-243-3/+1
* | | | ipv6: remove unused neigh parameter from ndisc functionsJiri Benc2015-09-243-12/+9
* | | | genetlink: simplify genl_notifyJiri Benc2015-09-242-8/+7
* | | | bridge: don't age externally added FDB entriesSiva Mannem2015-09-231-0/+2
* | | | bridge: define some min/max/default ageing time constantsScott Feldman2015-09-231-1/+1
* | | | cls_bpf: further limit exec opcodes subsetDaniel Borkmann2015-09-231-3/+0
* | | | cls_bpf: make binding to classid optionalDaniel Borkmann2015-09-231-9/+8
* | | | cls_bpf: also dump TCA_BPF_FLAGSDaniel Borkmann2015-09-231-3/+8
* | | | sched, bpf: let stack handle !IFF_UP devs on bpf_clone_redirectDaniel Borkmann2015-09-231-3/+0
* | | | ipv6 Use get_hash_from_flowi6 for rt6 hashTom Herbert2015-09-231-25/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-09-2298-577/+667
|\ \ \ \
| * | | | netfilter: Use nf_ct_net instead of dev_net(out) in nf_nat_masquerade_ipv6Eric W. Biederman2015-09-181-1/+1
| * | | | netfilter: Pass net into nf_xfrm_me_harderEric W. Biederman2015-09-183-6/+6
| * | | | netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman2015-09-1837-130/+130
| * | | | ipvs: Read hooknum from state rather than ops->hooknumEric W. Biederman2015-09-181-8/+8
| * | | | netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman2015-09-1813-16/+20
| * | | | act_connmark: Remember the struct net instead of guessing it.Eric W. Biederman2015-09-181-1/+2
| * | | | netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6Eric W. Biederman2015-09-185-42/+12
| * | | | netfilter: nf_tables: Use pkt->net instead of computing net from the passed n...Eric W. Biederman2015-09-185-20/+15
| * | | | netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman2015-09-1817-43/+41
| * | | | netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman2015-09-186-0/+6
| * | | | netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman2015-09-1822-55/+48
| * | | | inet netfilter: Prefer state->hook to ops->hooknumEric W. Biederman2015-09-186-21/+21
| * | | | inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_tableEric W. Biederman2015-09-1814-38/+25
| * | | | netfilter: ebtables: Simplify the arguments to ebt_do_tableEric W. Biederman2015-09-184-16/+17
| * | | | Merge tag 'ipvs-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso2015-09-1811-190/+325
| |\ \ \ \
| | * | | | ipvs: add sysctl to ignore tunneled packetsAlex Gartrell2015-09-172-1/+16
| | * | | | ipvs: support scheduling inverse and icmp SCTP packetsAlex Gartrell2015-09-011-17/+23
| | * | | | ipvs: support scheduling inverse and icmp UDP packetsAlex Gartrell2015-09-011-9/+18
OpenPOWER on IntegriCloud