Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
53b8762727cfc81212fd7073618cb2609bd2fd60
53b8762
Merge branch 'master' of git://blackhole.kfki.hu/nf-next
by Pablo Neira Ayuso
· 9 years ago
f09becc
netfilter: Kconfig: get rid of parens around depends on
by Pablo Neira Ayuso
· 9 years ago
ca0f6a5
netfilter: ipset: Fix coding styles reported by checkpatch.pl
by Jozsef Kadlecsik
· 9 years ago
00590fd
netfilter: ipset: Introduce RCU locking in list type
by Jozsef Kadlecsik
· 9 years ago
18f84d4
netfilter: ipset: Introduce RCU locking in hash:* types
by Jozsef Kadlecsik
· 9 years ago
96f5142
netfilter: ipset: Introduce RCU locking in bitmap:* types
by Jozsef Kadlecsik
· 9 years ago
b57b2d1
netfilter: ipset: Prepare the ipset core to use RCU at set level
by Jozsef Kadlecsik
· 9 years ago
bd55389
netfilter:ipset Remove rbtree from hash:net,iface
by Jozsef Kadlecsik
· 9 years ago
9c1ba5c
netfilter: ipset: Make sure listing doesn't grab a set which is just being destroyed.
by Jozsef Kadlecsik
· 9 years ago
c4c9978
netfilter: ipset: Fix parallel resizing and listing of the same set
by Jozsef Kadlecsik
· 9 years ago
f690cba
netfilter: ipset: Fix cidr handling for hash:*net* types
by Jozsef Kadlecsik
· 9 years ago
aff2275
netfilter: ipset: Check CIDR value only when attribute is given
by Sergey Popovich
· 9 years ago
a212e08
netfilter: ipset: Make sure we always return line number on batch
by Sergey Popovich
· 9 years ago
2c227f2
netfilter: ipset: Permit CIDR equal to the host address CIDR in IPv6
by Sergey Popovich
· 9 years ago
7dd37bc
netfilter: ipset: Check extensions attributes before getting extensions.
by Sergey Popovich
· 9 years ago
edda079
netfilter: ipset: Use SET_WITH_*() helpers to test set extensions
by Sergey Popovich
· 9 years ago
aaeb6e2
netfilter: ipset: Use MSEC_PER_SEC consistently
by Jozsef Kadlecsik
· 9 years ago
482cfc3
netfilter: xtables: avoid percpu ruleset duplication
by Florian Westphal
· 9 years ago
71ae0df
netfilter: xtables: use percpu rule counters
by Florian Westphal
· 9 years ago
d7b5974
netfilter: bridge: restore vlan tag when refragmenting
by Florian Westphal
· 9 years ago
33b1f31
net: ip_fragment: remove BRIDGE_NETFILTER mtu special handling
by Florian Westphal
· 9 years ago
efb6de9
netfilter: bridge: forward IPv6 fragmented packets
by Bernhard Thaler
· 10 years ago
a4611d3
netfilter: bridge: re-order check_hbh_len()
by Bernhard Thaler
· 10 years ago
77d574e
netfilter: bridge: rename br_parse_ip_options
by Bernhard Thaler
· 10 years ago
411ffb4
netfilter: bridge: refactor frag_max_size
by Bernhard Thaler
· 10 years ago
72b31f7
netfilter: bridge: detect NAT66 correctly and change MAC address
by Bernhard Thaler
· 10 years ago
8cae308
netfilter: bridge: re-order br_nf_pre_routing_finish_ipv6()
by Bernhard Thaler
· 10 years ago
d39a33e
netfilter: bridge: refactor clearing BRNF_NF_BRIDGE_PREROUTING
by Bernhard Thaler
· 10 years ago
7796684
netfilter: conntrack: warn the user if there is a better helper to use
by Marcelo Ricardo Leitner
· 10 years ago
c63264d
Merge branch 'tcp-gso-settings-defer'
by David S. Miller
· 9 years ago
b5e2c45
tcp: remove obsolete check in tcp_set_skb_tso_segs()
by Eric Dumazet
· 9 years ago
f69ad29
tcp: fill shinfo->gso_size at last moment
by Eric Dumazet
· 9 years ago
5bbb432
tcp: tcp_set_skb_tso_segs() no longer need struct sock parameter
by Eric Dumazet
· 9 years ago
51466a7
tcp: fill shinfo->gso_type at last moment
by Eric Dumazet
· 9 years ago
a7eea41
tcp: reserve tcp_skb_mss() to tcp stack
by Eric Dumazet
· 9 years ago
57225e77
switchdev: fix BUG when port driver doesn't support set attr op
by Scott Feldman
· 9 years ago
d0504f4
Merge branch 'bna-next'
by David S. Miller
· 9 years ago
ecc4678
bna: use netdev_* and dev_* instead of printk and pr_*
by Ivan Vecera
· 9 years ago
ad24d6f
bna: fix timeout API argument type
by Ivan Vecera
· 9 years ago
16712c5
bna: use list_for_each_entry where appropriate
by Ivan Vecera
· 9 years ago
2b26fb9
bna: get rid of private macros for manipulation with lists
by Ivan Vecera
· 9 years ago
b45da3f
bna: remove useless pointer assignment
by Ivan Vecera
· 9 years ago
d0e6a80
bna: use memdup_user to copy userspace buffers
by Ivan Vecera
· 9 years ago
93719d26
bna: correct comparisons/assignments to bool
by Ivan Vecera
· 9 years ago
2a2d75c
bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flag
by Ivan Vecera
· 9 years ago
d7548e6
bna: remove paused from bna_rx_config and flags from bna_rxf
by Ivan Vecera
· 9 years ago
82362d7
bna: remove RXF_E_PAUSE and RXF_E_RESUME events
by Ivan Vecera
· 9 years ago
6f544de
bna: remove prio_change_cbfn oper_state_cbfn from struct bna_tx
by Ivan Vecera
· 9 years ago
f39857e
bna: remove oper_state_cbfn from struct bna_rxf
by Ivan Vecera
· 9 years ago
ef5b67c
bna: remove pause_cbfn from struct bna_enet
by Ivan Vecera
· 9 years ago
1f9883e
bna: remove unused cbfn parameter
by Ivan Vecera
· 9 years ago
1a50691
bna: use BIT(x) instead of (1 << x)
by Ivan Vecera
· 9 years ago
a1ac490
bna: get rid of duplicate and unused macros
by Ivan Vecera
· 9 years ago
e423c85
bna: replace pragma(pack) with attribute __packed
by Ivan Vecera
· 9 years ago
d6b3059
bna: get rid of mac_t
by Ivan Vecera
· 9 years ago
e2f9ecf
bna: use ether_addr_copy instead of memcpy
by Ivan Vecera
· 9 years ago
d205ce5
Merge branch 'mlx5-next'
by David S. Miller
· 9 years ago
3191e05f
net/mlx5e: Add transport domain to the ethernet TIRs/TISs
by Achiad Shochat
· 9 years ago
56508b5
net/mlx5_core: Add transport domain alloc/dealloc support
by Achiad Shochat
· 9 years ago
12be4b2
net/mlx5e: Support NETIF_F_SG
by Saeed Mahameed
· 9 years ago
796a27e
net/mlx5e: Enforce max flow-tables level >= 3
by Gal Pressman
· 9 years ago
cd58c71
net/mlx5e: Disable client vlan TX acceleration
by Saeed Mahameed
· 9 years ago
fc11fbf
net/mlx5e: Add HW cacheline start padding
by Saeed Mahameed
· 9 years ago
facc969
net/mlx5e: Fix HW MTU settings
by Saeed Mahameed
· 9 years ago
7ec0bb2
net/mlx5_core: fix an error code
by Dan Carpenter
· 9 years ago
f60a8b3
vxge: use swap() in vxge_hw_channel_dtr_alloc()
by Fabian Frederick
· 9 years ago
d0cc114
net: fs_enet: use swap() in fs_enet_rx_napi()
by Fabian Frederick
· 9 years ago
c9003ec
net/ibm/emac: use swap() in emac_make_bootlist()
by Fabian Frederick
· 9 years ago
e55898a
net/mlx4_core: use swap() in mlx4_make_profile()
by Fabian Frederick
· 9 years ago
2df1caf
net/mlx4: use swap() in mlx4_init_qp_table()
by Fabian Frederick
· 9 years ago
7161d18
net/ps3_gelic: Fix build error with DEBUG
by Geoff Levand
· 9 years ago
a4244b0
net/ethtool: Add current supported tunable options
by Hadar Hen Zion
· 9 years ago
de84725
Merge branch 'broadcom-MDIO-turn-around'
by David S. Miller
· 9 years ago
1a3f4e8
net: phy: mdio-bcm-unimac: handle broken turn-around for specific PHYs
by Florian Fainelli
· 9 years ago
9d3366e
net: bcmgenet: handle broken turn-around for specific PHYs
by Florian Fainelli
· 9 years ago
1059261
net: phy: davicom: add IDs for DM9161B and C variants
by Gustavo Zacarias
· 9 years ago
a0d2f20
Renesas Ethernet AVB PTP clock driver
by Sergei Shtylyov
· 9 years ago
c156633
Renesas Ethernet AVB driver proper
by Sergei Shtylyov
· 9 years ago
2b0a8c9
tcp: add CDG congestion control
by Kenneth Klette Jonassen
· 9 years ago
7782ad8
tcp: export tcp_enter_cwr()
by Kenneth Klette Jonassen
· 9 years ago
af201f7
switchdev: fix handling for drivers not supporting IPv4 fib add/del ops
by Scott Feldman
· 9 years ago
1531407
Merge branch 'brcm-pseudo-phy-addr'
by David S. Miller
· 9 years ago
aafc66f
net: dsa: bcm_sf2: Utilize BRCM_PSEUDO_PHY_ADDR
by Florian Fainelli
· 9 years ago
4447d2a
bgmac: Utilize BRCM_PSEUDO_PHY_ADDR
by Florian Fainelli
· 9 years ago
2729b42
b44: Utilize BRCM_PSEUDO_PHY_ADDR
by Florian Fainelli
· 9 years ago
8bc84b7
net: phy: broadcom: define Broadcom pseudo-PHY address in brcmphy.h
by Florian Fainelli
· 9 years ago
4f822c6
net: phy: broadcom: include phy.h for brcmphy.h
by Florian Fainelli
· 9 years ago
f9c2ff2
net: tcp: dctcp_update_alpha() fixes.
by Eric Dumazet
· 9 years ago
1edaa7e
Merge tag 'mac80211-next-for-davem-2015-06-10' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by David S. Miller
· 9 years ago
37a9a8d
net/unix: support SCM_SECURITY for stream sockets
by Stephen Smalley
· 9 years ago
bae23b6
atm: idt77105: Use setup_timer
by Vaishali Thakkar
· 9 years ago
f21fb3e
Add support of Cavium Liquidio ethernet adapters
by Raghu Vatsavayi
· 9 years ago
048856f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 9 years ago
6891ff4
Merge branch 'cxgb4-next'
by David S. Miller
· 9 years ago
7864026
cxgb4: Add debugfs entry to dump channel rate
by Hariprasad Shenai
· 9 years ago
1968960
cxgb4: Add debugfs entry to dump CIM PIF logic analyzer contents
by Hariprasad Shenai
· 9 years ago
26fae93
cxgb4: Add a debugfs entry to dump CIM MA logic analyzer logs
by Hariprasad Shenai
· 9 years ago
9d92daf
bna: remove obsolete use of EXTRA_CFLAGS
by Jiri Slaby
· 9 years ago
8c86f96
bridge: make br_fdb_delete also check if the port matches
by Nikolay Aleksandrov
· 9 years ago
4355989
Merge tag 'linux-can-next-for-4.2-20150609' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next
by David S. Miller
· 9 years ago
Next »