Age | Commit message (Expand) | Author |
2015-04-07 | tcp: RFC7413 option support for Fast Open client | Daniel Lee |
2015-04-07 | tcp: RFC7413 option support for Fast Open server | Daniel Lee |
2015-04-07 | netdevice.h: remove iflink description | Nicolas Dichtel |
2015-04-07 | netns: notify netns id events | Nicolas Dichtel |
2015-04-07 | udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb(). | David Miller |
2015-04-07 | netfilter: Pass socket pointer down through okfn(). | David Miller |
2015-04-07 | netfilter: Add socket pointer to nf_hook_state. | David Miller |
2015-04-07 | netfilter: Add nf_hook_state initializer function. | David Miller |
2015-04-07 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller |
2015-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2015-04-06 | tc: bpf: add checksum helpers | Alexei Starovoitov |
2015-04-06 | ipv6: protect skb->sk accesses from recursive dereference inside the stack | hannes@stressinduktion.org |
2015-04-04 | netfilter: Pass nf_hook_state through arpt_do_table(). | David S. Miller |
2015-04-04 | netfilter: Pass nf_hook_state through nft_set_pktinfo*(). | David S. Miller |
2015-04-04 | netfilter: Pass nf_hook_state through ip6t_do_table(). | David S. Miller |
2015-04-04 | netfilter: Pass nf_hook_state through nf_nat_ipv6_{in,out,fn,local_fn}(). | David S. Miller |
2015-04-04 | netfilter: Pass nf_hook_state through ipt_do_table(). | David S. Miller |
2015-04-04 | netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}(). | David S. Miller |
2015-04-04 | netfilter: Make nf_hookfn use nf_hook_state. | David S. Miller |
2015-04-04 | netfilter: Use nf_hook_state in nf_queue_entry. | David S. Miller |
2015-04-04 | netfilter: Create and use nf_hook_state. | David S. Miller |
2015-04-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds |
2015-04-03 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-04-03 | add fixed_phy_update_state() - update state of fixed_phy | Stas Sergeev |
2015-04-03 | ebpf: add skb->priority to offset map for usage in {cls, act}_bpf | Daniel Borkmann |
2015-04-03 | jhash: Update jhash_[321]words functions to use correct initval | Alexander Duyck |
2015-04-03 | netdevice: document NETDEV_TX_BUSY deprecation. | Rusty Russell |
2015-04-02 | Merge tag 'irqchip-fixes-4.0-2' of git://git.infradead.org/users/jcooper/linux | Linus Torvalds |
2015-04-02 | net/mlx5_core: Extend struct mlx5_interface to support multiple protocols | Saeed Mahameed |
2015-04-02 | net/mlx5_core: Modify arm CQ in preparation for upcoming Ethernet driver | Saeed Mahameed |
2015-04-02 | net/mlx5_core: Move completion eqs from mlx5_ib to mlx5_core | Saeed Mahameed |
2015-04-02 | net/mlx5_core: Fix Mellanox copyright note | Saeed Mahameed |
2015-04-02 | net/mlx5_core: Use coherent memory for command interface page | Eli Cohen |
2015-04-02 | net/mlx4_en: Add RX-ALL support | Muhammad Mahajna |
2015-04-02 | net/mlx4_en: Add interface identify support | Ido Shamay |
2015-04-02 | net/mlx4: Add SET_PORT opcode modifiers enumeration | Ido Shamay |
2015-04-02 | net/mlx4: Warn users of depracated QoS Firmware | Ido Shamay |
2015-04-02 | net/mlx4_en: Enable TX rate limit per VF | Ido Shamay |
2015-04-02 | net/mlx4: Added qos_vport QP configuration in VST mode | Ido Shamay |
2015-04-02 | net/mlx4: Query device for QoS per VF support | Ido Shamay |
2015-04-02 | net/mlx4: Add mlx4_SET_VPORT_QOS implementation | Ido Shamay |
2015-04-02 | net/mlx4: Add mlx4_ALLOCATE_VPP implementation | Ido Shamay |
2015-04-02 | net/mlx4: New file for QoS related firmware commands | Ido Shamay |
2015-04-02 | net/mlx4: Make mlx4_is_eth visible inline funcion | Ido Shamay |
2015-04-02 | net/mlx4: Add RSS support for fragmented IP datagrams | Ido Shamay |
2015-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2015-04-02 | net: remove iflink field from struct net_device | Nicolas Dichtel |
2015-04-02 | ipip,gre,vti,sit: implement ndo_get_iflink | Nicolas Dichtel |