Age | Commit message (Expand) | Author | Files | Lines |
2014-08-03 | lib: Resizable, Scalable, Concurrent Hash Table | Thomas Graf | 1 | -0/+213 |
2014-08-03 | inet: frags: use kmem_cache for inet_frag_queue | Nikolay Aleksandrov | 1 | -1/+3 |
2014-08-03 | inet: frags: enum the flag definitions and add descriptions | Nikolay Aleksandrov | 1 | -11/+35 |
2014-08-03 | inet: frags: rename last_in to flags | Nikolay Aleksandrov | 1 | -1/+1 |
2014-08-03 | net: filter: split 'struct sk_filter' into socket and bpf parts | Alexei Starovoitov | 3 | -21/+27 |
2014-08-03 | net: filter: rename sk_convert_filter() -> bpf_convert_filter() | Alexei Starovoitov | 1 | -2/+2 |
2014-08-03 | net: filter: rename sk_chk_filter() -> bpf_check_classic() | Alexei Starovoitov | 1 | -1/+1 |
2014-08-03 | net: filter: rename sk_filter_proglen -> bpf_classic_proglen | Alexei Starovoitov | 1 | -2/+1 |
2014-08-03 | net: filter: simplify socket charging | Alexei Starovoitov | 1 | -1/+1 |
2014-08-01 | sctp: Fixup v4mapped behaviour to comply with Sock API | Jason Gunthorpe | 2 | -5/+5 |
2014-08-01 | net: kernel-doc compliant documentation for net_device | Karoly Kemeny | 1 | -131/+250 |
2014-08-01 | net: stmmac: Support devicetree configs for mcast and ucast filter entries | Vince Bridgers | 1 | -0/+2 |
2014-08-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 1 | -6/+0 |
2014-07-31 | net: libphy: Add phy specific function to access mmd phy registers | Vince Bridgers | 1 | -0/+18 |
2014-07-31 | netfilter: xt_bpf: add mising opaque struct sk_filter definition | Pablo Neira | 1 | -0/+2 |
2014-07-31 | dcbnl : Fix misleading dcb_app->priority explanation | Anish Bhatt | 1 | -1/+2 |
2014-07-31 | mlx5: Adjust events to use unsigned long param instead of void * | Jack Morgenstein | 1 | -2/+2 |
2014-07-31 | mlx5: minor fixes (mainly avoidance of hidden casts) | Jack Morgenstein | 2 | -8/+4 |
2014-07-31 | mlx5: Move pci device handling from mlx5_ib to mlx5_core | Jack Morgenstein | 1 | -2/+15 |
2014-07-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 7 | -13/+25 |
2014-07-30 | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 1 | -0/+3 |
2014-07-30 | Merge tag 'stable/for-linus-3.16-rc7-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -0/+1 |
2014-07-30 | Revert "cdc_subset: deal with a device that needs reset for timeout" | Linus Torvalds | 1 | -3/+0 |
2014-07-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -10/+4 |
2014-07-30 | x86/xen: safely map and unmap grant frames when in atomic context | David Vrabel | 1 | -0/+1 |
2014-07-30 | of: Add memory limiting function for flattened devicetrees | Laura Abbott | 1 | -0/+1 |
2014-07-30 | of: Split early_init_dt_scan into two parts | Laura Abbott | 1 | -0/+2 |
2014-07-29 | cdc_subset: deal with a device that needs reset for timeout | Oliver Neukum | 1 | -0/+3 |
2014-07-29 | ipv4: fail early when creating netdev named all or default | WANG Cong | 1 | -0/+6 |
2014-07-29 | net: remove deprecated syststamp timestamp | Willem de Bruijn | 2 | -21/+4 |
2014-07-29 | packet: remove deprecated syststamp timestamp | Willem de Bruijn | 1 | -1/+1 |
2014-07-29 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -3/+4 |
2014-07-29 | ip: make IP identifiers less predictable | Eric Dumazet | 1 | -10/+1 |
2014-07-29 | Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 9 | -223/+295 |
2014-07-29 | netlink: Fix shadow warning on jiffies | Mark Rustad | 1 | -3/+3 |
2014-07-28 | inet: frag: use seqlock for hash rebuild | Florian Westphal | 1 | -7/+6 |
2014-07-28 | inet: frag: remove periodic secret rebuild timer | Florian Westphal | 1 | -2/+2 |
2014-07-28 | inet: frag: remove lru list | Florian Westphal | 1 | -30/+2 |
2014-07-28 | inet: frag: don't account number of fragment queues | Florian Westphal | 3 | -9/+0 |
2014-07-28 | inet: frag: move eviction of queues to work queue | Florian Westphal | 1 | -1/+5 |
2014-07-28 | inet: frag: move evictor calls into frag_find function | Florian Westphal | 1 | -1/+0 |
2014-07-28 | inet: frag: constify match, hashfn and constructor arguments | Florian Westphal | 2 | -7/+8 |
2014-07-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 1 | -0/+3 |
2014-07-25 | netfilter: kill remnants of ulog targets | Paul Bolle | 1 | -6/+0 |
2014-07-25 | net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn' | Alexei Starovoitov | 1 | -25/+25 |
2014-07-24 | Merge tag 'omap-for-v3.16/fixes-rc6' of git://git.kernel.org/pub/scm/linux/ke... | Arnd Bergmann | 1 | -3/+4 |
2014-07-24 | openvswitch: Enable tunnel GSO for OVS bridge. | Pravin B Shelar | 1 | -0/+8 |
2014-07-24 | openvswitch: Allow each vport to have an array of 'port_id's. | Alex Wang | 1 | -4/+9 |
2014-07-24 | Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+1 |
2014-07-24 | mm/rmap.c: fix pgoff calculation to handle hugepage correctly | Naoya Horiguchi | 1 | -0/+12 |