summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-09-25inet: constify inet_rtx_syn_ack() sock argumentEric Dumazet1-1/+1
2015-09-25tcp/dccp: constify rtx_synack() and friendsEric Dumazet3-3/+3
2015-09-25dccp: constify dccp_make_response() socket argumentEric Dumazet2-7/+12
2015-09-25tcp: constify tcp_v{4|6}_send_synack() socket argumentEric Dumazet2-2/+2
2015-09-25ipv6: constify ip6_xmit() sock argumentEric Dumazet2-8/+20
2015-09-25tcp: constify tcp_make_synack() socket argumentEric Dumazet1-9/+15
2015-09-25tcp: remove tcp_ecn_make_synack() socket argumentEric Dumazet2-9/+13
2015-09-25tcp: remove tcp_synack_options() socket argumentEric Dumazet1-8/+7
2015-09-25ip: constify ip_build_and_send_pkt() socket argumentEric Dumazet1-6/+8
2015-09-25tcp: md5: constify tcp_md5_do_lookup() socket argumentEric Dumazet2-5/+5
2015-09-25ipv6: constify inet6_csk_route_req() socket argumentEric Dumazet1-1/+1
2015-09-25ipv6: constify ip6_dst_lookup_{flow|tail}() sock argumentsEric Dumazet1-2/+2
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-25switchdev: reduce transaction phase enum down to a booleanJiri Pirko1-4/+4
2015-09-25dsa: use prepare/commit switchdev transaction helpersJiri Pirko1-10/+5
2015-09-25switchdev: remove "ABORT" transaction phaseJiri Pirko1-8/+2
2015-09-25switchdev: move transaction phase enum under transaction structureJiri Pirko2-14/+16
2015-09-25switchdev: introduce transaction item queue for attr_set and obj_addJiri Pirko2-15/+102
2015-09-25switchdev: rename "trans" to "trans_ph".Jiri Pirko2-10/+10
2015-09-25tcp: 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-24bridge: don't age externally added FDB entriesSiva Mannem1-0/+2
2015-09-24bridge: define some min/max/default ageing time constantsScott Feldman1-1/+1
2015-09-24cls_bpf: further limit exec opcodes subsetDaniel Borkmann1-3/+0
2015-09-24cls_bpf: make binding to classid optionalDaniel Borkmann1-9/+8
2015-09-24cls_bpf: also dump TCA_BPF_FLAGSDaniel Borkmann1-3/+8
2015-09-24sched, bpf: let stack handle !IFF_UP devs on bpf_clone_redirectDaniel Borkmann1-3/+0
2015-09-24ipv6 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-22tcp: send loss probe after 1s if no RTT availableYuchung Cheng1-4/+5
2015-09-22tcp: usec resolution SYN/ACK RTTYuchung Cheng4-18/+18
2015-09-22s390/iucv: do not use arrays as argumentUrsula Braun2-11/+10
2015-09-22Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller12-213/+558
2015-09-21rxrpc: 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