aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 57-420/+778
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 48-341/+644
2015-09-25net: Fix panic in icmp_route_lookupGravatar David Ahern 1-2/+2
2015-09-25inet: constify inet_rtx_syn_ack() sock argumentGravatar Eric Dumazet 1-1/+1
2015-09-25tcp/dccp: constify rtx_synack() and friendsGravatar Eric Dumazet 3-3/+3
2015-09-25dccp: constify dccp_make_response() socket argumentGravatar Eric Dumazet 2-7/+12
2015-09-25tcp: constify tcp_v{4|6}_send_synack() socket argumentGravatar Eric Dumazet 2-2/+2
2015-09-25ipv6: constify ip6_xmit() sock argumentGravatar Eric Dumazet 2-8/+20
2015-09-25tcp: constify tcp_make_synack() socket argumentGravatar Eric Dumazet 1-9/+15
2015-09-25tcp: remove tcp_ecn_make_synack() socket argumentGravatar Eric Dumazet 2-9/+13
2015-09-25tcp: remove tcp_synack_options() socket argumentGravatar Eric Dumazet 1-8/+7
2015-09-25ip: constify ip_build_and_send_pkt() socket argumentGravatar Eric Dumazet 1-6/+8
2015-09-25tcp: md5: constify tcp_md5_do_lookup() socket argumentGravatar Eric Dumazet 2-5/+5
2015-09-25ipv6: constify inet6_csk_route_req() socket argumentGravatar Eric Dumazet 1-1/+1
2015-09-25ipv6: constify ip6_dst_lookup_{flow|tail}() sock argumentsGravatar Eric Dumazet 1-2/+2
2015-09-25inet: constify inet_csk_route_req() socket argumentGravatar Eric Dumazet 1-1/+1
2015-09-25inet: constify ip_route_output_flow() socket argumentGravatar Eric Dumazet 2-4/+4
2015-09-25tcp: constify tcp_openreq_init_rwin()Gravatar Eric Dumazet 1-10/+18
2015-09-25tcp: constify listener socket in tcp_v[46]_init_req()Gravatar Eric Dumazet 2-5/+7
2015-09-25net: remove unused argument of __netdev_find_adj()Gravatar Michal Kubeček 1-8/+7
2015-09-25l2tp: auto load IP modulesGravatar stephen hemminger 2-0/+2
2015-09-25l2tp: auto load type modulesGravatar stephen hemminger 4-0/+12
2015-09-25net: dsa: Set a "dsa" device_typeGravatar Florian Fainelli 1-0/+5
2015-09-25Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 3-12/+21
2015-09-24net: fix net_device refcountingGravatar Russell King 2-1/+13
2015-09-24net: dsa: fix of_mdio_find_bus() device refcount leakGravatar Russell King 1-7/+31
2015-09-24switchdev: reduce transaction phase enum down to a booleanGravatar Jiri Pirko 1-4/+4
2015-09-24dsa: use prepare/commit switchdev transaction helpersGravatar Jiri Pirko 1-10/+5
2015-09-24switchdev: remove "ABORT" transaction phaseGravatar Jiri Pirko 1-8/+2
2015-09-24switchdev: move transaction phase enum under transaction structureGravatar Jiri Pirko 2-14/+16
2015-09-24switchdev: introduce transaction item queue for attr_set and obj_addGravatar Jiri Pirko 2-15/+102
2015-09-24switchdev: rename "trans" to "trans_ph".Gravatar Jiri Pirko 2-10/+10
2015-09-24ip6_tunnel: Reduce log level in ip6_tnl_err() to debugGravatar Matt Bennett 1-8/+8
2015-09-24Merge tag 'mac80211-for-davem-2015-09-22' of git://git.kernel.org/pub/scm/lin...Gravatar David S. Miller 1-5/+8
2015-09-24ip6_gre: Reduce log level in ip6gre_err() to debugGravatar Matt Bennett 1-8/+8
2015-09-24fib_rules: fix fib rule dumps across multiple skbsGravatar Wilson Kok 1-5/+9
2015-09-24tcp: factorize sk_txhash initGravatar Eric Dumazet 3-3/+1
2015-09-24net: revert "net_sched: move tp->root allocation into fw_init()"Gravatar WANG Cong 1-15/+15
2015-09-24lwtunnel: remove source and destination UDP port config optionGravatar Jiri Benc 1-24/+0
2015-09-24ipv4: send arp replies to the correct tunnelGravatar Jiri Benc 2-14/+53
2015-09-24ipv6: remove unused neigh parameter from ndisc functionsGravatar Jiri Benc 3-12/+9
2015-09-24genetlink: simplify genl_notifyGravatar Jiri Benc 2-8/+7
2015-09-24netlink: Replace rhash_portid with boundGravatar Herbert Xu 2-12/+29
2015-09-23bridge: don't age externally added FDB entriesGravatar Siva Mannem 1-0/+2
2015-09-23bridge: define some min/max/default ageing time constantsGravatar Scott Feldman 1-1/+1
2015-09-23Fix AF_PACKET ABI breakage in 4.2Gravatar David Woodhouse 1-15/+17
2015-09-23netpoll: Close race condition between poll_one_napi and napi_disableGravatar Neil Horman 2-2/+10
2015-09-23cls_bpf: further limit exec opcodes subsetGravatar Daniel Borkmann 1-3/+0
2015-09-23cls_bpf: make binding to classid optionalGravatar Daniel Borkmann 1-9/+8
2015-09-23cls_bpf: also dump TCA_BPF_FLAGSGravatar Daniel Borkmann 1-3/+8