summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-1311-29/+45
| |\
| | * net: bridge: add the multicast_flood flag attribute to brport_attrsNikolay Aleksandrov2016-10-131-0/+1
| | * net: rtnl: info leak in rtnl_fill_vfinfo()Dan Carpenter2016-10-131-0/+2
| | * tipc: info leak in __tipc_nl_add_udp_addr()Dan Carpenter2016-10-131-0/+2
| | * net: ipv4: Do not drop to make_route if oif is l3mdevDavid Ahern2016-10-131-1/+2
| | * ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet2016-10-131-9/+11
| | * net_sched: reorder pernet ops and act ops registrationsWANG Cong2016-10-131-8/+11
| | * openvswitch: add NETIF_F_HW_VLAN_STAG_TX to internal devJiri Benc2016-10-131-1/+1
| | * openvswitch: fix vlan subtraction from packet lengthJiri Benc2016-10-131-1/+2
| | * openvswitch: vlan: remove wrong likely statementJiri Benc2016-10-131-1/+1
| | * net_sched: do not broadcast RTM_GETTFILTER resultEric Dumazet2016-10-131-7/+11
| | * strparser: Propagate correct error code in strp_recv()Geert Uytterhoeven2016-10-121-1/+1
| * | Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-10-1321-478/+794
| |\ \
| | * | sunrpc: replace generic auth_cred hash with auth-specific functionFrank Sorenson2016-09-301-1/+1
| | * | sunrpc: add RPCSEC_GSS hash_cred() functionFrank Sorenson2016-09-301-0/+7
| | * | sunrpc: add auth_unix hash_cred() functionFrank Sorenson2016-09-301-0/+9
| | * | sunrpc: add generic_auth hash_cred() functionFrank Sorenson2016-09-301-0/+9
| | * | sunrpc: queue work on system_power_efficient_wqKe Wang2016-09-271-2/+3
| | * | xprtrdma: use complete() instead complete_all()Daniel Wagner2016-09-231-1/+1
| | * | SUNRPC: Fix setting of buffer length in xdr_set_next_buffer()Trond Myklebust2016-09-221-2/+2
| | * | SUNRPC: Fix corruption of xdr->nwords in xdr_copy_to_scratchTrond Myklebust2016-09-221-2/+5
| | * | sunrpc: fix write space race causing stallsDavid Vrabel2016-09-191-1/+10
OpenPOWER on IntegriCloud