summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-09-29net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is setDavid Ahern
2015-09-29netpoll: Drop budget parameter from NAPI polling call hierarchyAlexander Duyck
2015-09-29net sysfs: Print link speed as signed integerAlexander Stein
2015-09-29af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole
2015-09-29bridge: vlan: add per-vlan struct and move to rhashtablesNikolay Aleksandrov
2015-09-29bridge: Pass net into br_validate_ipv4 and br_validate_ipv6Eric W. Biederman
2015-09-29ipv6: Pass struct net into ip6_route_me_harderEric W. Biederman
2015-09-29ipv4: Pass struct net into ip_route_me_harderEric W. Biederman
2015-09-29netfilter: ipt_SYNPROXY: Pass snet into synproxy_send_tcpEric W. Biederman
2015-09-29netfilter: Push struct net down into nf_afinfo.rerouteEric W. Biederman
2015-09-29ipv4: Push struct net down into nf_send_resetEric W. Biederman
2015-09-28net: sctp: Don't use 64 kilobyte lookup table for four elementsDenys Vlasenko
2015-09-28net: help compiler generate better code in eth_get_headlenJesper Dangaard Brouer
2015-09-28l2tp: protect tunnel->del_work by ref_countAlexander Couzens
2015-09-28tcp: Fix CWV being too strict on thin streamsBendik Rønning Opstad
2015-09-28net: Remove redundant oif checks in rt6_device_matchDavid Ahern
2015-09-28tcp: avoid reorders for TFO passive connectionsEric Dumazet
2015-09-28sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss
2015-09-28sctp: Whitespace fixKarl Heiss
2015-09-27bridge: Allow forward delay to be cfgd when STP enabledIan Wilson
2015-09-26vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-09-25net: Fix panic in icmp_route_lookupDavid Ahern
2015-09-25inet: constify inet_rtx_syn_ack() sock argumentEric Dumazet
2015-09-25tcp/dccp: constify rtx_synack() and friendsEric Dumazet
2015-09-25dccp: constify dccp_make_response() socket argumentEric Dumazet
2015-09-25tcp: constify tcp_v{4|6}_send_synack() socket argumentEric Dumazet
2015-09-25ipv6: constify ip6_xmit() sock argumentEric Dumazet
2015-09-25tcp: constify tcp_make_synack() socket argumentEric Dumazet
2015-09-25tcp: remove tcp_ecn_make_synack() socket argumentEric Dumazet
2015-09-25tcp: remove tcp_synack_options() socket argumentEric Dumazet
2015-09-25ip: constify ip_build_and_send_pkt() socket argumentEric Dumazet
2015-09-25tcp: md5: constify tcp_md5_do_lookup() socket argumentEric Dumazet
2015-09-25ipv6: constify inet6_csk_route_req() socket argumentEric Dumazet
2015-09-25ipv6: constify ip6_dst_lookup_{flow|tail}() sock argumentsEric Dumazet
2015-09-25inet: constify inet_csk_route_req() socket argumentEric Dumazet
2015-09-25inet: constify ip_route_output_flow() socket argumentEric Dumazet
2015-09-25tcp: constify tcp_openreq_init_rwin()Eric Dumazet
2015-09-25tcp: constify listener socket in tcp_v[46]_init_req()Eric Dumazet
2015-09-25net: remove unused argument of __netdev_find_adj()Michal Kubeček
2015-09-25l2tp: auto load IP modulesstephen hemminger
2015-09-25l2tp: auto load type modulesstephen hemminger
2015-09-25net: dsa: Set a "dsa" device_typeFlorian Fainelli
2015-09-25Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-09-25xprtrdma: Replace global lkey with lkey local to PDChuck Lever
2015-09-24net: fix net_device refcountingRussell King
2015-09-24net: dsa: fix of_mdio_find_bus() device refcount leakRussell King
2015-09-24switchdev: reduce transaction phase enum down to a booleanJiri Pirko
2015-09-24dsa: use prepare/commit switchdev transaction helpersJiri Pirko