index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-11
[PATCH] capable/capability.h (net/)
Randy Dunlap
11
-0
/
+11
2006-01-11
[NET]: Remove more unneeded typecasts on *malloc()
Kris Katterjohn
2
-11
/
+10
2006-01-11
[NETFILTER]: ip_ct_proto_gre_fini() cannot be __exit
David S. Miller
2
-2
/
+5
2006-01-11
netfilter: headers included twice
Nicolas Kaiser
3
-3
/
+0
2006-01-10
[NETFILTER]: Fix timeout sysctls on big-endian 64bit architectures
Patrick McHardy
7
-37
/
+37
2006-01-10
[NETFILTER]: Remove unused function from NAT protocol helpers
Patrick McHardy
5
-160
/
+0
2006-01-10
[NETFILTER]: Fix return value confusion in PPTP NAT helper
Patrick McHardy
1
-23
/
+13
2006-01-10
[NETFILTER]: Fix another crash in ip_nat_pptp
Patrick McHardy
1
-30
/
+27
2006-01-10
[NETFILTER]: Fix crash in ip_nat_pptp
Patrick McHardy
1
-1
/
+1
2006-01-10
[NETFILTER]: net/ipv[46]/netfilter.c cleanups
Patrick McHardy
2
-12
/
+2
2006-01-10
[NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()
Kris Katterjohn
1
-2
/
+3
2006-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
1
-2
/
+2
2006-01-10
spelling: s/trough/through/
Adrian Bunk
1
-2
/
+2
2006-01-09
[INET_DIAG]: Introduce sk_diag_fill
Arnaldo Carvalho de Melo
1
-10
/
+24
2006-01-09
[INET_DIAG]: Introduce inet_twsk_diag_dump & inet_twsk_diag_fill
Arnaldo Carvalho de Melo
1
-47
/
+111
2006-01-09
[INET_DIAG]: whitespace/simple cleanups
Arnaldo Carvalho de Melo
1
-29
/
+28
2006-01-09
[INET_DIAG]: Use inet_twsk() with TIME_WAIT sockets
Arnaldo Carvalho de Melo
1
-3
/
+3
2006-01-09
[IPV4]: ip_output.c needs xfrm.h
Patrick McHardy
1
-0
/
+1
2006-01-09
[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"
Kris Katterjohn
3
-7
/
+4
2006-01-09
[NET]: Convert net/{ipv4,ipv6,sched} to netdev_priv
Patrick McHardy
3
-38
/
+35
2006-01-07
[IPV4]: make ip_fragment() static
Adrian Bunk
1
-2
/
+3
2006-01-07
[NETFILTER]: ip_conntrack_proto_sctp.c needs linux/interrupt.h
Joe Kappus
1
-0
/
+1
2006-01-07
[NETFILTER]: Add ipt_policy/ip6t_policy matches
Patrick McHardy
3
-0
/
+181
2006-01-07
[NETFILTER]: Handle NAT in IPsec policy checks
Patrick McHardy
2
-2
/
+51
2006-01-07
[NETFILTER]: Keep conntrack reference until IPsec policy checks are done
Patrick McHardy
4
-9
/
+10
2006-01-07
[NETFILTER]: Redo policy lookups after NAT when neccessary
Patrick McHardy
3
-3
/
+31
2006-01-07
[NETFILTER]: Use conntrack information to determine if packet was NATed
Patrick McHardy
1
-15
/
+19
2006-01-07
[NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harder
Patrick McHardy
4
-4
/
+13
2006-01-07
[IPV4]: reset IPCB flags when neccessary
Patrick McHardy
2
-0
/
+2
2006-01-07
[IPV4/6]: Netfilter IPsec input hooks
Patrick McHardy
1
-0
/
+31
2006-01-07
[XFRM]: Netfilter IPsec output hooks
Patrick McHardy
1
-17
/
+54
2006-01-06
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
4
-4
/
+5
2006-01-06
[NET]: Endian-annotate struct iphdr
Alexey Dobriyan
3
-4
/
+4
2006-01-06
[NETFILTER]: ipt_helper.c needs linux/interrupt.h
Joe
1
-0
/
+1
2006-01-06
kbuild: un-stringnify KBUILD_MODNAME
Sam Ravnborg
2
-2
/
+2
2006-01-05
[NET]: Change 1500 to ETH_DATA_LEN in some files
Kris Katterjohn
3
-4
/
+7
2006-01-05
[IPVS]: Another file needs linux/interrupt.h
Andrew Morton
1
-0
/
+1
2006-01-05
[NETFILTER]: Use HOPLIMIT metric as TTL of TCP reset sent by REJECT
Yasuyuki Kozakai
1
-1
/
+1
2006-01-05
[NETFILTER]: nf_conntrack_l3proto_ipv4.c needs net/route.h
Patrick McHardy
1
-0
/
+1
2006-01-05
[NETFILTER]: Call POST_ROUTING hook before fragmentation
Patrick McHardy
4
-83
/
+16
2006-01-05
[NETFILTER]: Remove okfn usage in ip_vs_core.c
Patrick McHardy
1
-4
/
+1
2006-01-05
[NETFILTER]: ctnetlink: Fix dumping of helper name
Patrick McHardy
1
-1
/
+1
2006-01-05
[NETFILTER]: Fix module_param types and permissions
Patrick McHardy
6
-25
/
+21
2006-01-05
[NETFILTER]: Add ctnetlink port for nf_conntrack
Pablo Neira Ayuso
2
-18
/
+126
2006-01-05
[NETFILTER]: ctnetlink: remove unused variable
Pablo Neira Ayuso
1
-2
/
+0
2006-01-05
[NETFILTER]: ctnetlink: fix conntrack mark race
Pablo Neira Ayuso
1
-5
/
+5
2006-01-05
[NETFILTER]: ctnetlink: ctnetlink_event cleanup
Pablo Neira Ayuso
1
-11
/
+4
2006-01-05
[NETFILTER]: ctnetlink: use u_int32_t instead of unsigned int
Pablo Neira Ayuso
1
-1
/
+1
2006-01-05
[NETFILTER]: ctnetlink: propagate ctnetlink_dump_tuples_proto return value back
Pablo Neira Ayuso
1
-2
/
+3
2006-01-05
[NETFILTER]: ctnetlink: Add sanity checkings for ICMP
Yasuyuki Kozakai
1
-19
/
+24
[next]