summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.Samudrala, Sridhar2015-05-181-0/+175
* tcp: halves tcp_mem[] limitsEric Dumazet2015-05-181-4/+5
* tcp: allow one skb to be received per socket under memory pressureEric Dumazet2015-05-181-4/+6
* tcp: fix behavior for epoll edge triggerEric Dumazet2015-05-181-2/+13
* tcp: introduce tcp_under_memory_pressure()Eric Dumazet2015-05-183-7/+7
* tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()Eric Dumazet2015-05-181-2/+4
* net: fix sk_mem_reclaim_partial()Eric Dumazet2015-05-181-4/+5
* net-packet: fix null pointer exception in rollover modeWillem de Bruijn2015-05-181-3/+5
* netfilter: synproxy: fix sparse errorsEric Dumazet2015-05-171-2/+2
* ipip: fix one sparse errorEric Dumazet2015-05-171-1/+2
* net: core: set qdisc pkt len before tc_classifyFlorian Westphal2015-05-151-1/+2
* netns: fix unbalanced spin_lock on errorNicolas Dichtel2015-05-151-0/+1
* ip_tunnel: Report Rx dropped in ip_tunnel_get_stats64Alexander Duyck2015-05-151-16/+2
* packet: fix warnings in rollover lock contentionWillem de Bruijn2015-05-141-10/+5
* tipc: use sock_create_kern interface to create kernel socketYing Xue2015-05-141-1/+1
* cls_flower: Fix compile errorBrian Haley2015-05-141-3/+3
* tipc: add packet sequence number at instant of transmissionJon Paul Maloy2015-05-145-41/+54
* tipc: improve link congestion algorithmJon Paul Maloy2015-05-143-10/+22
* tipc: simplify link supervision checkpointingJon Paul Maloy2015-05-142-61/+22
* tipc: rename fields in struct tipc_linkJon Paul Maloy2015-05-143-96/+97
* tipc: simplify packet sequence number handlingJon Paul Maloy2015-05-144-62/+53
* tipc: simplify include dependenciesJon Paul Maloy2015-05-148-17/+22
* tipc: simplify link timer handlingJon Paul Maloy2015-05-141-3/+3
* tipc: simplify resetting and disabling of bearersJon Paul Maloy2015-05-143-32/+10
* netfilter: add netfilter ingress hook after handle_ing() under unique static keyPablo Neira2015-05-143-1/+73
* net: add CONFIG_NET_INGRESS to enable ingress filteringPablo Neira2015-05-143-3/+8
* netfilter: add hook list to nf_hook_statePablo Neira2015-05-141-4/+2
* net: Reserve skb headroom and set skb->dev even if using __alloc_skbAlexander Duyck2015-05-141-4/+16
* geneve_core: identify as driver library in modules descriptionJohn W. Linville2015-05-131-2/+2
* geneve: Rename support library as geneve_coreJohn W. Linville2015-05-134-4/+4
* geneve: move definition of geneve_hdr() to geneve.hJohn W. Linville2015-05-132-10/+0
* geneve: remove MODULE_ALIAS_RTNL_LINK from net/ipv4/geneve.cJohn W. Linville2015-05-131-1/+0
* packet: rollover statisticsWillem de Bruijn2015-05-132-1/+21
* packet: rollover huge flows before small flowsWillem de Bruijn2015-05-132-3/+24
* packet: rollover lock contention avoidanceWillem de Bruijn2015-05-132-7/+32
* packet: rollover only to socket with headroomWillem de Bruijn2015-05-131-17/+59
* packet: rollover prepare: per-socket stateWillem de Bruijn2015-05-132-4/+23
* packet: rollover prepare: move code out of callsitesWillem de Bruijn2015-05-131-9/+10
* ipv4: __ip_local_out_sk() is staticEric Dumazet2015-05-131-1/+1
* tcp/dccp: tw_timer_handler() is staticEric Dumazet2015-05-131-1/+1
* tc: introduce Flower classifierJiri Pirko2015-05-133-0/+699
* flow_dissector: change port array into src, dst tupleJiri Pirko2015-05-132-4/+4
* flow_dissector: introduce support for Ethernet addressesJiri Pirko2015-05-131-0/+12
* flow_dissector: introduce support for ipv6 addresssesJiri Pirko2015-05-131-8/+21
* flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko2015-05-134-76/+153
* flow_dissector: introduce programable flow_dissectorJiri Pirko2015-05-131-0/+48
* flow_dissector: fix doc for skb_get_poffJiri Pirko2015-05-131-2/+6
* net: move netdev_pick_tx and dependencies to net/core/dev.cJiri Pirko2015-05-132-78/+78
* net: move __skb_tx_hash to dev.cJiri Pirko2015-05-132-28/+28
* flow_dissector: fix doc for __skb_get_hash and remove couple of empty linesJiri Pirko2015-05-131-5/+5