summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcma: add module_bcma_driver()Hauke Mehrtens2015-05-261-0/+9
* net: make skb_splice_bits more configureableHannes Frederic Sowa2015-05-251-2/+9
* net: skbuff: add skb_append_pagefrags and use itHannes Frederic Sowa2015-05-251-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-2316-18/+46
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-05-236-3/+29
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-05-221-0/+1
| | |\
| | | * Revert "netfilter: bridge: query conntrack about skb dnat"Florian Westphal2015-05-201-0/+1
| | * | tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet2015-05-221-0/+2
| | * | inet: properly align icsk_ca_privEric Dumazet2015-05-191-2/+3
| | |/
| | * rhashtable: Add cap on number of elements in hash tableHerbert Xu2015-05-171-0/+19
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-05-161-0/+3
| | |\
| | | * conntrack: RFC5961 challenge ACK confuse conntrack LAST-ACK transitionJesper Dangaard Brouer2015-05-151-0/+3
| | * | rename RTNH_F_EXTERNAL to RTNH_F_OFFLOADRoopa Prabhu2015-05-151-1/+1
| * | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-05-231-2/+0
| |\ \ \
| | * | | block: remove export for blk_queue_bioMike Snitzer2015-05-121-2/+0
| * | | | Merge tag 'for-linus-4.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-05-221-1/+1
| |\ \ \ \
| | * | | | xen/events: don't bind non-percpu VIRQs with percpu chipDavid Vrabel2015-05-191-1/+1
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-05-221-2/+2
| |\ \ \ \ \
| | * | | | | HID: hid-sensor-hub: Fix debug lock warningSrinivas Pandruvada2015-05-121-2/+2
| * | | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-05-221-4/+0
| |\ \ \ \ \ \
| | * | | | | | clk: si5351: Do not pass struct clk in platform_dataSebastian Hesselbarth2015-05-081-4/+0
| * | | | | | | Merge tag 'tty-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-05-171-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | pty: Fix input race when closingPeter Hurley2015-05-101-1/+1
| * | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-05-151-3/+4
| |\ \ \ \ \ \ \ \
| | * | | | | | | | sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner2015-05-081-3/+4
| * | | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-05-151-0/+1
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2015-05-151-0/+1
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | drm/radeon: add new bonaire pci idAlex Deucher2015-05-121-0/+1
| | | | |/ / / / / / / | | | |/| | | | | | |
| * | | | | | | | | | uidgid: make uid_valid and gid_valid work with !CONFIG_MULTIUSERJosh Triplett2015-05-151-2/+2
| * | | | | | | | | | gfp: add __GFP_NOACCOUNTVladimir Davydov2015-05-152-0/+6
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | net: sched: pkt_cls: remove unused macros from uapiFlorian Westphal2015-05-221-27/+5
* | | | | | | | | | tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner2015-05-222-2/+9
* | | | | | | | | | inet_hashinfo: remove bsocket counterEric Dumazet2015-05-221-2/+0
* | | | | | | | | | bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov2015-05-213-1/+33
* | | | | | | | | | tcp: add a force_schedule argument to sk_stream_alloc_skb()Eric Dumazet2015-05-211-1/+2
* | | | | | | | | | ip: remove unused function prototypeAndy Zhou2015-05-191-1/+0
* | | | | | | | | | tcp: add rfc3168, section 6.1.1.1. fallbackDaniel Borkmann2015-05-192-0/+4
* | | | | | | | | | net-next: ethtool: Added port speed macros.Parav Pandit2015-05-191-1/+5
* | | | | | | | | | bridge_netfilter: No ICMP packet on IPv4 fragmentation errorAndy Zhou2015-05-191-2/+2
* | | | | | | | | | ipv4: introduce frag_expire_skip_icmp()Andy Zhou2015-05-191-0/+10
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-05-183-29/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso2015-05-151-0/+2
| * | | | | | | | | | netfilter: ipset: deinline ip_set_put_extensions()Denys Vlasenko2015-05-141-22/+2
| * | | | | | | | | | netfilter: bridge: neigh_head and physoutdev can't be used at same timeFlorian Westphal2015-05-141-3/+5
| * | | | | | | | | | netfilter: ipset: Fix ext_*() macrosSergey Popovich2015-05-131-4/+4
* | | | | | | | | | | netns: make nsid_lock per netWANG Cong2015-05-181-0/+1
* | | | | | | | | | | switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.Samudrala, Sridhar2015-05-181-0/+50
* | | | | | | | | | | tcp: introduce tcp_under_memory_pressure()Eric Dumazet2015-05-181-0/+8
* | | | | | | | | | | tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()Eric Dumazet2015-05-181-0/+2
* | | | | | | | | | | net: fix sk_mem_reclaim_partial()Eric Dumazet2015-05-181-3/+3