summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* vlan: turn on unicast filtering on vlan deviceZhang Shengju2016-02-212-1/+1
* net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann2016-02-195-20/+7
* net/ethtool: support set coalesce per queueKan Liang2016-02-191-0/+61
* net/ethtool: support get coalesce per queueKan Liang2016-02-191-1/+34
* net/ethtool: introduce a new ioctl for per queue settingKan Liang2016-02-191-2/+25
* ipv6: pass up EMSGSIZE msg for UDP socket in Ipv6Wei Wang2016-02-191-9/+11
* bridge: mdb: add support for more attributes and export timerNikolay Aleksandrov2016-02-191-1/+15
* bridge: mdb: reduce the indentation level in br_mdb_fill_infoNikolay Aleksandrov2016-02-191-16/+17
* iptunnel: scrub packet in iptunnel_pull_headerJiri Benc2016-02-184-8/+6
* net: bridge: log port STP state on changeVivien Didelot2016-02-185-15/+4
* nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"Florian Westphal2016-02-182-20/+6
* nfnetlink: remove nfnetlink_alloc_skbFlorian Westphal2016-02-182-10/+2
* Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal2016-02-183-27/+5
* openvswitch: Revert: "Enable memory mapped Netlink i/o"Florian Westphal2016-02-181-7/+3
* netlink: remove mmapped netlink supportFlorian Westphal2016-02-184-808/+9
* net_sched: Improve readability of filter processingJamal Hadi Salim2016-02-181-1/+1
* bridge: switchdev: Offload VLAN flags to hardware bridgeIdo Schimmel2016-02-181-0/+11
* net-sysfs: remove unused fmt_long_hexColin Ian King2016-02-181-1/+0
* vlan: change return type of vlan_proc_rem_devZhang Shengju2016-02-172-4/+3
* ipv4: Remove inet_lro libraryBen Hutchings2016-02-173-383/+0
* af_llc: fix types on llc_ui_wait_for_connOne Thousand Gnomes2016-02-171-2/+2
* sctp: remove the unused sctp_datamsg_free()Xin Long2016-02-171-13/+0
* sctp: remove rcu_read_lock in sctp_seq_dump_remote_addrs()Xin Long2016-02-171-2/+0
* sctp: move rcu_read_lock from __sctp_lookup_association to sctp_lookup_associ...Xin Long2016-02-171-2/+2
* core: remove unneded headers for net cgroup controllers.Rosen, Rami2016-02-172-2/+0
* net: add tc offload feature flagJohn Fastabend2016-02-171-0/+1
* net: sched: add cls_u32 offload hooks for netdevsJohn Fastabend2016-02-171-2/+97
* net: rework setup_tc ndo op to consume general tc operandJohn Fastabend2016-02-171-3/+6
* net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend2016-02-171-2/+3
* net: Export ip fragment sysctl to unprivileged usersNikolay Borisov2016-02-161-4/+0
* ipv4: namespacify ip fragment max dist sysctl knobNikolay Borisov2016-02-161-12/+13
* ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov2016-02-163-12/+10
* ipv4: Namespacify ip_dynaddr sysctl knobNikolay Borisov2016-02-162-15/+10
* igmp: net: Move igmp namespace init to correct fileNikolay Borisov2016-02-162-6/+14
* ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov2016-02-166-18/+23
* tcp: add tcpi_min_rtt and tcpi_notsent_bytes to tcp_infoEric Dumazet2016-02-161-0/+6
* net/ipv4: add dst cache support for gre lwtunnelsPaolo Abeni2016-02-161-3/+10
* net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni2016-02-163-1/+16
* ip_tunnel: replace dst_cache with generic implementationPaolo Abeni2016-02-163-73/+23
* net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni2016-02-164-104/+14
* net: add dst_cache supportPaolo Abeni2016-02-163-0/+173
* tipc: refactor node xmit and fix memory leaksRichard Alpe2016-02-162-24/+38
* ethtool: ensure channel counts are within bounds during SCHANNELSKeller, Jacob E2016-02-161-2/+11
* ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}Keller, Jacob E2016-02-161-0/+55
* net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree2016-02-126-23/+14
* net: gre: Implement LCO for GRE over IPv4Edward Cree2016-02-121-3/+13
* fou: enable LCO in FOU and GUEEdward Cree2016-02-121-8/+6
* net: udp: always set up for CHECKSUM_PARTIAL offloadEdward Cree2016-02-122-25/+2
* net: local checksum offload for encapsulationEdward Cree2016-02-123-22/+22
* tcp/dccp: better use of ephemeral ports in bind()Eric Dumazet2016-02-121-126/+114
OpenPOWER on IntegriCloud