Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
314ddca3b172fdb9c23a25c545505dbde557602e
314ddca
netfilter: ebt_limit: add CONFIG_COMPAT support
by Florian Westphal
· 15 years ago
90b89af
netfilter: ebtables: try native set/getsockopt handlers, too
by Florian Westphal
· 15 years ago
81e675c
netfilter: ebtables: add CONFIG_COMPAT support
by Florian Westphal
· 15 years ago
49facff
netfilter: ebtables: split update_counters into two functions
by Florian Westphal
· 15 years ago
837395a
netfilter: ebtables: split copy_everything_to_user into two functions
by Florian Westphal
· 15 years ago
e788759
netfilter: ebtables: split do_replace into two functions
by Florian Westphal
· 15 years ago
3e5e524
netfilter: CONFIG_COMPAT: allow delta to exceed 32767
by Florian Westphal
· 15 years ago
fc0e3df
netfilter: ebtables: avoid explicit XT_ALIGN() in match/targets
by Florian Westphal
· 15 years ago
1756de2
netfilter: ebtables: abort if next_offset is too small
by Florian Westphal
· 15 years ago
ef00f89
netfilter: ctnetlink: add zone support
by Patrick McHardy
· 15 years ago
5d0aa2c
netfilter: nf_conntrack: add support for "conntrack zones"
by Patrick McHardy
· 15 years ago
8fea97e
netfilter: nf_conntrack: pass template to l4proto ->error() handler
by Patrick McHardy
· 15 years ago
d5d1baa
netfilter: xtables: add const qualifiers
by Jan Engelhardt
· 15 years ago
739674f
netfilter: xtables: constify args in compat copying functions
by Jan Engelhardt
· 15 years ago
b402405
netfilter: xtables: print details on size mismatch
by Jan Engelhardt
· 15 years ago
2249065
netfilter: get rid of the grossness in netfilter.h
by Jan Engelhardt
· 15 years ago
23f3733
netfilter: reduce NF_HOOK by one argument
by Jan Engelhardt
· 15 years ago
fa96a0e
netfilter: iptables: remove unused function arguments
by Jan Engelhardt
· 15 years ago
98e6d2d
netfilter: xt_recent: inform user when hitcount is too large
by Jan Engelhardt
· 15 years ago
ca1c2e2
netfilter: don't use INIT_RCU_HEAD()
by Alexey Dobriyan
· 15 years ago
857b409
netfilter: nf_conntrack: elegantly simplify nf_ct_exp_net()
by Alexey Dobriyan
· 15 years ago
b2907e5
netfilter: xtables: fix mangle tables
by Alexey Dobriyan
· 15 years ago
9d288df
netfilter: nf_conntrack_sip: add T.38 FAX support
by Patrick McHardy
· 15 years ago
48f8ac2
netfilter: nf_nat_sip: add TCP support
by Patrick McHardy
· 15 years ago
010c0b9
netfilter: nf_nat: support mangling a single TCP packet multiple times
by Patrick McHardy
· 15 years ago
f5b321b
netfilter: nf_conntrack_sip: add TCP support
by Patrick McHardy
· 15 years ago
3b6b9fa
netfilter: nf_conntrack_sip: pass data offset to NAT functions
by Patrick McHardy
· 15 years ago
54101f4
netfilter: nf_conntrack_sip: fix ct_sip_parse_request() REGISTER request parsing
by Patrick McHardy
· 15 years ago
b87921b
netfilter: nf_conntrack: show helper and class in /proc/net/nf_conntrack_expect
by Patrick McHardy
· 15 years ago
d1e7a03
netfilter: ctnetlink: dump expectation helper name
by Patrick McHardy
· 15 years ago
a8c28d05
Merge branch 'master' of git://dev.medozas.de/linux
by Patrick McHardy
· 15 years ago
e3eaa99
netfilter: xtables: generate initial table on-demand
by Jan Engelhardt
· 15 years ago
2b95efe
netfilter: xtables: use xt_table for hook instantiation
by Jan Engelhardt
· 15 years ago
2b21e05
netfilter: xtables: compact table hook functions (2/2)
by Jan Engelhardt
· 15 years ago
737535c
netfilter: xtables: compact table hook functions (1/2)
by Jan Engelhardt
· 15 years ago
d0b0268
netfilter: ctnetlink: add missing netlink attribute policies
by Patrick McHardy
· 15 years ago
42107f5
netfilter: xtables: symmetric COMPAT_XT_ALIGN definition
by Alexey Dobriyan
· 15 years ago
0a02604
netfilter: xtables: consistent struct compat_xt_counters definition
by Alexey Dobriyan
· 15 years ago
9ab99d5
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 15 years ago
b1109bf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
44bfce5
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6
by David S. Miller
· 15 years ago
bcf4d81
drivers/net: Correct NULL test
by Julia Lawall
· 15 years ago
3af26f5
MAINTAINERS: networking drivers - Add git net-next tree
by Joe Perches
· 15 years ago
d4ae20b
net/sched: Fix module name in Kconfig
by Jan Luebbe
· 15 years ago
2d17188
cxgb3: fix GRO checksum check
by Divy Le Ray
· 15 years ago
2fc1b5d
dst: call cond_resched() in dst_gc_task()
by Eric Dumazet
· 15 years ago
d696c7b
netfilter: nf_conntrack: fix hash resizing with namespaces
by Patrick McHardy
· 15 years ago
14c7dbe
netfilter: xtables: compat out of scope fix
by Alexey Dobriyan
· 15 years ago
13ccdfc
netfilter: nf_conntrack: restrict runtime expect hashsize modifications
by Alexey Dobriyan
· 15 years ago
5b3501f
netfilter: nf_conntrack: per netns nf_conntrack_cachep
by Eric Dumazet
· 15 years ago
9edd7ca
netfilter: nf_conntrack: fix memory corruption with multiple namespaces
by Patrick McHardy
· 15 years ago
7678037
netfilter: fix build failure with CONNTRACK=y NAT=n
by Florian Westphal
· 15 years ago
889b8f9
packet: Kill CONFIG_PACKET_MMAP.
by David S. Miller
· 15 years ago
15c697c
Bluetooth: Keep a copy of each HID device's report descriptor
by Michael Poole
· 15 years ago
7aeef97
net: e1000e: convert to use mc helpers
by Jiri Pirko
· 15 years ago
2cc04d2
net: dm9601: convert to use mc helpers
by Jiri Pirko
· 15 years ago
6d55ad4
net: 8139too: convert to use mc helpers
by Jiri Pirko
· 15 years ago
a56ed41
net: 8139cp: convert to use mc helpers
by Jiri Pirko
· 15 years ago
b405e8d
e1000e: Fix namespace conflicts wrt. e1000_has_link
by David S. Miller
· 15 years ago
570930f
bridge: Remove unused age_list
by Herbert Xu
· 15 years ago
bfd5f4a
packet: Add GSO/csum offload support.
by Sridhar Samudrala
· 15 years ago
746079d
qlge: Code clean up
by Breno Leitao
· 15 years ago
e0fee99
qlge: removing unreachable block of code
by Breno Leitao
· 15 years ago
d088dde
ipv4: obsolete config in kernel source (IP_ROUTE_PERVASIVE)
by Christoph Egger
· 15 years ago
1b3f720
pktgen: Fix freezing problem
by Rafael J. Wysocki
· 15 years ago
b0f83b2
doc: document IPv6 parameters
by Brian Haley
· 15 years ago
15c052f
qlge: Add watchdog timer.
by Ron Mercer
· 15 years ago
f8f76db
libphy: add phy_find_first function
by Jiri Pirko
· 15 years ago
6683ece
net: use helpers to access mc list V2
by Jiri Pirko
· 15 years ago
feeb272
igb: make certain to reassign legacy interrupt vectors after reset
by Alexander Duyck
· 15 years ago
1b92403
stmmac: fix 'lenght' typo in comments and code
by Giuseppe Cavallaro
· 15 years ago
ae06b83
can: ems_usb: removed duplicated code setting local echo support
by Thadeu Lima de Souza Cascardo
· 15 years ago
10be7eb
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
90c3033
sky2: Flow control frames recorded as dropped packets
by Stephen Hemminger
· 15 years ago
3fbd918
sky2: hand receive DMA mapping failures
by stephen hemminger
· 15 years ago
1621e09
net: CONFIG_COMPAT redux
by Alexey Dobriyan
· 15 years ago
bf66f37
can: mcp251x: Move to threaded interrupts instead of workqueues.
by Christian Pellegrin
· 15 years ago
35cfabd
bonding: Remove net_device_stats from bonding struct
by Ajit Khaparde
· 15 years ago
235ecb1
drivers/net/davinci_emac.c: Fix continuation line formats
by Joe Perches
· 15 years ago
59b26c7
trivial: remove duplicated "from" in CAN USB EMS Kconfig help
by Thadeu Lima de Souza Cascardo
· 15 years ago
20d29d7
net: macvtap driver
by Arnd Bergmann
· 15 years ago
fc0663d
macvlan: allow multiple driver backends
by Arnd Bergmann
· 15 years ago
8a83a00
net: maintain namespace isolation between vlan and real device
by Arnd Bergmann
· 15 years ago
6884b34
net/rds: remove uses of NIPQUAD, use %pI4
by Joe Perches
· 15 years ago
650b2ef
mISDN: positive error return should be negative in mode_hfcmulti()
by Roel Kluin
· 15 years ago
3e59817
isdn: mISDN, don't compile unused stuff
by Jiri Slaby
· 15 years ago
f0f4d64
hardware/mISDN/mISDNinfineon.c: bail out of loop on error
by Darren Jenkins
· 15 years ago
e23e117
hisax: timeout off by one in waitrecmsg()
by Roel Kluin
· 15 years ago
3fdde0a
irda: add missing BKL in irnet_ppp ioctl
by Thadeu Lima de Souza Cascardo
· 15 years ago
454debe
irda: unbalanced lock_kernel in irnet_ppp
by Thadeu Lima de Souza Cascardo
· 15 years ago
4bbd1a1
qlge: Add check for eeh failure when closing device.
by Ron Mercer
· 15 years ago
a112fd4
qlge: Move reset from eeh io_resume to slot_reset.
by Ron Mercer
· 15 years ago
4a0b9ca
ixgbe: Make descriptor ring allocations NUMA-aware
by PJ Waskiewicz
· 15 years ago
1a6c14a
ixgbe: Allocate driver resources per NUMA node
by Jesse Brandeburg
· 15 years ago
dbb5aae
e1000: call pci_save_state after pci_restore_state
by Nick Nunley
· 15 years ago
b548192
e1000: Report link status in ethtool when interface is down
by Nick Nunley
· 15 years ago
10eec95
ixgbe: only process one ixgbe_watchdog_task at a time.
by John Fastabend
· 15 years ago
9c119ba
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
fdd3d63
ixgbe: Fix return of invalid txq
by Krishna Kumar
· 15 years ago
e44d38e
ixgbe: Fix ixgbe_tx_map error path
by Anton Blanchard
· 15 years ago
Next »