summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: ip, diag: include net/inet_sock.hArnd Bergmann2016-10-291-0/+1
* net caif: insert missing spaces in pr_* messages and unbreak multi-line stringsColin Ian King2016-10-281-6/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-10-281-8/+0
|\
| * xfrm: remove unused helperFlorian Westphal2016-09-301-8/+0
* | net: skip genenerating uevents for network namespaces that are exitingAndrey Vagin2016-10-271-3/+11
* | genetlink: mark families as __ro_after_initJohannes Berg2016-10-2723-34/+34
* | genetlink: use idr to track familiesJohannes Berg2016-10-271-165/+106
* | genetlink: statically initialize familiesJohannes Berg2016-10-2723-219/+304
* | genetlink: no longer support using static family IDsJohannes Berg2016-10-2723-40/+22
* | genetlink: introduce and use genl_family_attrbuf()Johannes Berg2016-10-275-35/+53
* | skbedit: allow the user to specify bitmask for markAntonio Quartulli2016-10-271-3/+18
* | devlink: Prevent port_type_set() callback when it's not neededElad Raz2016-10-261-0/+2
* | batman-adv: Revert "use core MTU range checking in misc drivers"Sven Eckelmann2016-10-261-1/+12
* | sch_htb: do not report fake rate estimatorsEric Dumazet2016-10-261-1/+1
* | net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov2016-10-236-4/+303
* | lwt: Remove unused len fieldThomas Graf2016-10-232-7/+2
* | net: allow to kill a task which waits net_mutex in copy_new_nsAndrey Vagin2016-10-231-1/+8
* | net/sched: em_meta: Fix 'meta vlan' to correctly recognize zero VID framesShmulik Ladkani2016-10-231-4/+5
* | bpf: add helper for retrieving current numa node idDaniel Borkmann2016-10-221-0/+2
* | udp: use it's own memory accounting schemaPaolo Abeni2016-10-224-66/+33
* | udp: implement memory accounting helpersPaolo Abeni2016-10-221-0/+106
* | net/socket: factor out helpers for memory and queue manipulationPaolo Abeni2016-10-222-33/+67
* | net: remove MTU limits on a few ether_setup callersJarod Wilson2016-10-215-2/+11
* | ipv4/6: use core net MTU range checkingJarod Wilson2016-10-204-33/+12
* | net: use core MTU range checking in misc driversJarod Wilson2016-10-205-43/+8
* | net: use core MTU range checking in core net infraJarod Wilson2016-10-204-14/+7
* | net: use core MTU range checking in WAN driversJarod Wilson2016-10-201-10/+1
* | net: use core MTU range checking in wireless driversJarod Wilson2016-10-201-11/+4
* | tcp: relax listening_hash operationsEric Dumazet2016-10-202-15/+7
* | ila: Fix tailroom allocation of lwtstateThomas Graf2016-10-201-1/+1
* | openvswitch: remove unnecessary EXPORT_SYMBOLsJiri Benc2016-10-193-4/+0
* | openvswitch: remove unused functionsJiri Benc2016-10-192-17/+0
* | net: vlan: Use sizeof instead of literal numberGao Feng2016-10-181-2/+2
* | net: dev: Improve debug statements for adjacency trackingDavid Ahern2016-10-181-7/+15
* | net: Add warning if any lower device is still in adjacency listDavid Ahern2016-10-181-0/+15
* | net: Remove all_adj_list and its referencesDavid Ahern2016-10-181-205/+18
* | net: Introduce new api for walking upper and lower devicesDavid Ahern2016-10-181-0/+155
* | net: Remove refnr arg when inserting link adjacenciesDavid Ahern2016-10-181-15/+12
* | vlan: Remove unnecessary comparison of unsigned against 0Tobias Klauser2016-10-181-2/+1
* | net: report right mtu value in error messageJakub Kicinski2016-10-171-1/+1
* | rds: Remove duplicate prefix from rds_conn_path_error useJoe Perches2016-10-171-2/+1
* | rds: Remove unused rds_conn_errorJoe Perches2016-10-172-19/+0
* | ila: Don't use dest cache when gateway is setTom Herbert2016-10-171-0/+8
* | ila: Cache a route to translated addressTom Herbert2016-10-151-6/+74
* | lwtunnel: Add destroy state operationTom Herbert2016-10-151-0/+13
* | net/sched: act_mirred: Implement ingress actionsShmulik Ladkani2016-10-141-6/+45
* | net/sched: act_mirred: Refactor detection whether dev needs xmit at mac headerShmulik Ladkani2016-10-141-13/+15
* | net/sched: act_mirred: Rename tcfm_ok_push to tcfm_mac_header_xmit and make i...Shmulik Ladkani2016-10-141-5/+6
* | Revert "net: Add driver helper functions to determine checksum offloadability"stephen hemminger2016-10-141-136/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-1435-542/+950
|\ \