summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-08-24gro: Fix remcsum offload to deal with frags in GROTom Herbert1-16/+12
2015-08-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+2
2015-08-239p: ensure err is initialized to 0 in p9_client_read/writeVincent Bernat1-0/+2
2015-08-22mm: make page pfmemalloc check more robustMichal Hocko1-1/+1
2015-08-21netfilter: xt_TEE: use IS_ENABLED(CONFIG_NF_DUP_IPV6)Pablo Neira Ayuso1-2/+2
2015-08-21netfilter: nf_dup: fix sparse warningsPablo Neira Ayuso2-3/+3
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-89/+129
2015-08-21ipvs: add more mcast parameters for the sync daemonJulian Anastasov2-24/+164
2015-08-21ipvs: add sync_maxlen parameter for the sync daemonJulian Anastasov2-94/+96
2015-08-21ipvs: call rtnl_lock earlyJulian Anastasov2-19/+33
2015-08-21ipvs: Add ovf schedulerRaducu Deaconu3-0/+98
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller32-433/+1152
2015-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso176-2008/+4138
2015-08-21ipv6: route: per route IP tunnel metadata via lightweight tunnelJiri Benc1-0/+102
2015-08-21ipv6: route: extend flow representation with tunnel keyJiri Benc1-0/+6
2015-08-21ipv6: ndisc: inherit metadata dst when creating ndisc requestsJiri Benc3-5/+9
2015-08-21ipv6: drop metadata dst in ip6_route_inputJiri Benc1-0/+1
2015-08-21route: move lwtunnel state to dst_entryJiri Benc10-102/+39
2015-08-21ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc6-18/+18
2015-08-21ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc8-25/+25
2015-08-21net: Fix nexthop lookupsDavid Ahern1-1/+8
2015-08-21bridge: fix netlink max attr sizeScott Feldman1-1/+1
2015-08-21ipv4: Make fib_encap_match staticYing Xue1-3/+3
2015-08-20nfc: netlink: Add capability to reply to vendor_cmd with dataChristophe Ricard1-2/+84
2015-08-20nfc: nci: hci: Add check on skb nci_hci_send_cmd parameterChristophe Ricard1-1/+1
2015-08-20NFC: nci: export nci_core_reset and nci_core_initRobert Baldyga1-0/+14
2015-08-20NFC: nci: Add post_setup handlerRobert Baldyga1-0/+4
2015-08-20vrf: vrf_master_ifindex_rcu is not always called with rcu read lockNikolay Aleksandrov1-2/+2
2015-08-19netfilter: nft_payload: work around vlan header strippingFlorian Westphal1-1/+56
2015-08-19lwtunnel: ip tunnel: fix multiple routes with different encapJiri Benc1-0/+7
2015-08-19lwtunnel: fix memory leakJiri Benc1-4/+6
2015-08-19batman-adv: Fix memory leak on tt add with invalid vlanSven Eckelmann1-1/+4
2015-08-19net: dsa: Allow multi hop routes to be expressedAndrew Lunn1-10/+30
2015-08-18net: sched: drop all special handling of tx_queue_len == 0Phil Sutter5-17/+9
2015-08-18net: warn if drivers set tx_queue_len = 0Phil Sutter1-0/+3
2015-08-18net: caif: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-18net: hsr: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-18net: batman-adv: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-18net: dsa: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-18net: 6lowpan: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-18net: bridge: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2015-08-18net: 8021q: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2015-08-18net: Identifier Locator Addressing moduleTom Herbert3-0/+236
2015-08-18net: Add inet_proto_csum_replace_by_diff utility functionTom Herbert1-0/+13
2015-08-18net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert17-33/+35
2015-08-18lwt: Add support to redirect dst.inputTom Herbert3-2/+69
2015-08-18netfilter: nf_conntrack: add efficient mark to zone mappingDaniel Borkmann5-40/+27
2015-08-18netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann9-92/+223
2015-08-18inet: Move VRF table lookup to inlined functionDavid Ahern1-9/+1
2015-08-18Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller22-194/+491