summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* bpf: Print function name in addition to function idThomas Graf2016-10-291-285/+289
* flow_dissector: __skb_get_hash_symmetric arg can be constFlorian Westphal2016-10-291-1/+1
* tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet2016-10-291-5/+0
* netlink: Add nla_memdup() to wrap kmemdup() use on nlattrThomas Graf2016-10-291-0/+10
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-1/+1
* genetlink: use idr to track familiesJohannes Berg2016-10-272-16/+17
* genetlink: statically initialize familiesJohannes Berg2016-10-273-72/+29
* genetlink: no longer support using static family IDsJohannes Berg2016-10-273-7/+2
* genetlink: introduce and use genl_family_attrbuf()Johannes Berg2016-10-271-0/+2
* skbedit: allow the user to specify bitmask for markAntonio Quartulli2016-10-272-0/+3
* net: phy: broadcom: Add support for BCM54612EXo Wang2016-10-261-0/+1
* net: phy: broadcom: Update Auxiliary Control Register macrosXo Wang2016-10-261-1/+2
* net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov2016-10-233-0/+30
* lwt: Remove unused len fieldThomas Graf2016-10-231-2/+1
* bpf: add helper for retrieving current numa node idDaniel Borkmann2016-10-222-0/+7
* udp: implement memory accounting helpersPaolo Abeni2016-10-221-0/+4
* net/socket: factor out helpers for memory and queue manipulationPaolo Abeni2016-10-221-0/+4
* net: use core MTU range checking in misc driversJarod Wilson2016-10-202-2/+0
* net: use core MTU range checking in WAN driversJarod Wilson2016-10-201-2/+0
* ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-201-0/+1
* bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registersThomas Graf2016-10-191-1/+1
* ARM: pxa: enhance smc91x platform dataRobert Jarzmik2016-10-181-0/+1
* net: phy: leds: add support for led triggers on phy link state changeZach Brown2016-10-182-0/+58
* net: phy: Create phy_supported_speeds function which lists speeds currently s...Zach Brown2016-10-181-0/+15
* net: Remove all_adj_list and its referencesDavid Ahern2016-10-181-25/+0
* net: Introduce new api for walking upper and lower devicesDavid Ahern2016-10-181-0/+17
* net: phy: Threaded interrupts allow some simplificationAndrew Lunn2016-10-171-2/+3
* lwtunnel: Add destroy state operationTom Herbert2016-10-151-4/+3
* qed*: Allow unicast filteringYuval Mintz2016-10-141-0/+1
* qed: Pass MAC hints to VFsYuval Mintz2016-10-141-1/+1
* net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and '...Shmulik Ladkani2016-10-141-2/+2
* net/sched: act_mirred: Rename tcfm_ok_push to tcfm_mac_header_xmit and make i...Shmulik Ladkani2016-10-141-1/+1
* net: phy: Cleanup the Edge-Rate feature in Microsemi PHYs.Allan W. Nielsen2016-10-141-21/+0
* Revert "net: Add driver helper functions to determine checksum offloadability"stephen hemminger2016-10-141-78/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-1427-402/+305
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-132-2/+35
| |\
| | * net: ipv4: Do not drop to make_route if oif is l3mdevDavid Ahern2016-10-131-0/+24
| | * net/mlx5: Add MLX5_ARRAY_SET64 to fix BUILD_BUG_ONTom Herbert2016-10-131-2/+11
| * | Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-10-1311-10/+58
| |\ \
| | * | sunrpc: add hash_cred() function to rpc_authops structFrank Sorenson2016-09-301-0/+1
| | * | NFSv4.1: Allow revoked stateids to skip the call to TEST_STATEIDTrond Myklebust2016-09-271-0/+1
| | * | nfs: allow blocking locks to be awoken by lock callbacksJeff Layton2016-09-221-0/+3
| | * | nfs: add a new NFS4_OPEN_RESULT_MAY_NOTIFY_LOCK constantJeff Layton2016-09-221-2/+3
| | * | pnfs: add a new mechanism to select a layout driver according to an ordered listJeff Layton2016-09-191-0/+1
| | * | xprtrdma: Support larger inline thresholdsChuck Lever2016-09-191-2/+2
| | * | xprtrdma: Client-side support for rpcrdma_connect_privateChuck Lever2016-09-191-0/+4
| | * | rpcrdma: RDMA/CM private message data structureChuck Lever2016-09-191-0/+35
| | * | SUNRPC: Add a transport-specific private field in rpc_rqstChuck Lever2016-09-191-0/+1
| | * | SUNRPC: Separate buffer pointers for RPC Call and Reply messagesChuck Lever2016-09-191-2/+3
| | * | SUNRPC: Generalize the RPC buffer release APIChuck Lever2016-09-192-2/+2