summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicastsRick Jones2014-11-074-6/+19
* net: Kill skb_copy_datagram_const_iovecHerbert Xu2014-11-071-89/+0
* inet: Add skb_copy_datagram_iterHerbert Xu2014-11-071-0/+87
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-068-61/+51
|\
| * net: dsa: slave: Fix autoneg for phys on switch MDIO busAndrew Lunn2014-11-061-2/+5
| * tcp: zero retrans_stamp if all retrans were ackedMarcelo Leitner2014-11-051-29/+31
| * geneve: Unregister pernet subsys on module unload.Jesse Gross2014-11-051-0/+1
| * geneve: Set GSO type on transmit.Jesse Gross2014-11-051-0/+2
| * gre6: Move the setting of dev->iflink into the ndo_init functions.Steffen Klassert2014-11-031-2/+3
| * sit: Use ipip6_tunnel_init as the ndo_init function.Steffen Klassert2014-11-031-9/+6
| * vti6: Use vti6_dev_init as the ndo_init function.Steffen Klassert2014-11-031-10/+1
| * ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function.Steffen Klassert2014-11-031-9/+1
| * netfilter: nft_reject_bridge: Fix powerpc build errorGuenter Roeck2014-11-031-0/+1
* | Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2014-11-0619-234/+530
|\ \
| * | openvswitch: Avoid NULL mask check while building maskPravin B Shelar2014-11-051-54/+53
| * | openvswitch: Refactor action alloc and copy api.Pravin B Shelar2014-11-053-29/+21
| * | openvswitch: Move key_attr_size() to flow_netlink.h.Joe Stringer2014-11-053-28/+37
| * | openvswitch: Remove flow member from struct ovs_skb_cbLorand Jakab2014-11-053-12/+9
| * | openvswitch: Drop packets when interdev is not upChunhe Li2014-11-051-0/+5
| * | openvswitch: Refactor get_dp() function into multiple access APIs.Andy Zhou2014-11-051-10/+21
| * | openvswitch: Refactor ovs_flow_cmd_fill_info().Joe Stringer2014-11-051-27/+66
| * | openvswitch: refactor do_output() to move NULL check out of fast pathAndy Zhou2014-11-051-14/+11
| * | openvswitch: Additional logging for -EINVAL on flow setups.Jesse Gross2014-11-052-7/+22
| * | openvswitch: Remove redundant tcp_flags code.Joe Stringer2014-11-051-10/+3
| * | openvswitch: Move table destroy to dp-rcu callback.Pravin B Shelar2014-11-053-8/+10
| * | openvswitch: Add basic MPLS support to kernelSimon Horman2014-11-058-30/+274
| * | net: Remove MPLS GSO feature.Pravin B Shelar2014-11-057-10/+3
* | | net: esp: Convert NETDEBUG to pr_infoJoe Perches2014-11-062-10/+10
* | | net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messagesJoe Perches2014-11-062-11/+7
* | | sched: fix act file names in header commentJiri Pirko2014-11-066-6/+6
* | | ip6_tunnel: Add support for wildcard tunnel endpoints.Steffen Klassert2014-11-061-1/+40
* | | ipv6: Allow sending packets through tunnels with wildcard endpointsSteffen Klassert2014-11-063-11/+24
|/ /
* | fou: Fix typo in returning flags in netlinkTom Herbert2014-11-053-3/+3
* | ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2014-11-052-10/+10
* | net: Convert SEQ_START_TOKEN/seq_printf to seq_putsJoe Perches2014-11-053-12/+3
* | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-0540-55/+50
* | gue: Receive side of remote checksum offloadTom Herbert2014-11-051-9/+161
* | gue: TX support for using remote checksum offload optionTom Herbert2014-11-051-3/+32
* | udp: Changes to udp_offload to support remote checksum offloadTom Herbert2014-11-056-4/+22
* | gue: Add infrastructure for flags and optionsTom Herbert2014-11-051-48/+94
* | udp: Offload outer UDP tunnel csum if availableTom Herbert2014-11-051-16/+36
* | net: Move fou_build_header into fou.c and refactorTom Herbert2014-11-053-49/+94
* | udp: remove blank line between set and testFabian Frederick2014-11-041-1/+0
* | ipv6: trivial, add bracket for the if blockFlorent Fourcot2014-11-041-2/+2
* | esp4: remove assignment in if conditionFabian Frederick2014-11-041-1/+3
* | net: allow setting ecn via routing tableFlorian Westphal2014-11-044-16/+30
* | syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal2014-11-042-13/+23
* | syncookies: avoid magic values and document which-bit-is-what-optionFlorian Westphal2014-11-041-15/+35
* | igmp: remove camel case definitionsFabian Frederick2014-11-041-14/+14
* | udp: remove else after returnFabian Frederick2014-11-041-6/+6