index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Lines
2007-07-10
[NETFILTER]: nf_conntrack_helper: use hashtable for conntrack helpers
Patrick McHardy
-2
/
+2
2007-07-10
[NETFILTER]: nf_conntrack_expect: introduce nf_conntrack_expect_max sysct
Patrick McHardy
-0
/
+1
2007-07-10
[NETFILTER]: nf_conntrack_expect: maintain per conntrack expectation list
Patrick McHardy
-3
/
+6
2007-07-10
[NETFILTER]: nf_conntrack: use hashtable for expectations
Patrick McHardy
-1
/
+5
2007-07-10
[NETFILTER]: nf_conntrack: move expectaton related init code to nf_conntrack_...
Patrick McHardy
-2
/
+2
2007-07-10
[NETFILTER]: nf_conntrack: reduce masks to a subset of tuples
Patrick McHardy
-26
/
+47
2007-07-10
[NETFILTER]: nf_conntrack_expect: function naming unification
Patrick McHardy
-24
/
+23
2007-07-10
[NETFILTER]: nf_nat: use hlists for bysource hash
Patrick McHardy
-1
/
+1
2007-07-10
[NETFILTER]: nf_conntrack: export hash allocation/destruction functions
Patrick McHardy
-0
/
+4
2007-07-10
[NETFILTER]: nf_conntrack: remove 'ignore_conntrack' argument from nf_conntra...
Patrick McHardy
-2
/
+1
2007-07-10
[NETFILTER]: nf_conntrack: use hlists for conntrack hash
Patrick McHardy
-4
/
+3
2007-07-10
[NETFILTER]: nf_nat: merge nf_conn and nf_nat_info
Yasuyuki Kozakai
-11
/
+6
2007-07-10
[NETFILTER]: nf_nat: kill global 'destroy' operation
Yasuyuki Kozakai
-3
/
+0
2007-07-10
[NETFILTER]: nf_conntrack: remove old memory allocator of conntrack
Yasuyuki Kozakai
-16
/
+0
2007-07-10
[NETFILTER]: nf_nat: remove unused nf_nat_module_is_loaded
Yasuyuki Kozakai
-2
/
+0
2007-07-10
[NETFILTER]: nf_nat: use extension infrastructure
Yasuyuki Kozakai
-17
/
+8
2007-07-10
[NETFILTER]: nf_nat: add reference to conntrack from entry of bysource list
Yasuyuki Kozakai
-2
/
+3
2007-07-10
[NETFILTER]: nf_conntrack: use extension infrastructure for helper
Yasuyuki Kozakai
-26
/
+11
2007-07-10
[NETFILTER]: nf_conntrack: introduce extension infrastructure
Yasuyuki Kozakai
-0
/
+83
2007-07-10
[NETFILTER]: nf_nat: move NAT declarations from nf_conntrack_ipv4.h to nf_nat.h
Yasuyuki Kozakai
-22
/
+21
2007-07-10
[UDP]: Cleanup UDP encapsulation code
James Chapman
-2
/
+3
2007-07-10
[IrDA]: Netlink layer.
Samuel Ortiz
-0
/
+5
2007-07-10
[NET_SCHED]: Remove unnecessary stats_lock pointers
Patrick McHardy
-2
/
+0
2007-07-10
[XFRM] Introduce standalone SAD lookup
Jamal Hadi Salim
-0
/
+4
2007-07-10
[XFRM]: Add module alias for transformation type.
Masahide NAKAMURA
-0
/
+10
2007-07-10
[IPV6] MIP6: Loadable module support for MIPv6.
Masahide NAKAMURA
-5
/
+10
2007-07-10
[IPV6] MIP6: Kill unnecessary ifdefs.
Masahide NAKAMURA
-6
/
+0
2007-07-10
[NETLINK]: attr: add nested compat attribute type
Patrick McHardy
-0
/
+84
2007-07-10
[RTNETLINK]: Link creation API
Patrick McHardy
-0
/
+58
2007-07-11
[Bluetooth] Keep rfcomm_dev on the list until it is freed
Ville Tervo
-0
/
+1
2007-07-10
[TIPC]: Optimize stream send routine to avoid fragmentation
Allan Stephens
-2
/
+4
2007-07-10
[IPV4]: The scheduled removal of multipath cached routing support.
David S. Miller
-114
/
+0
2007-07-11
[Bluetooth] Add hci_recv_fragment() helper function
Marcel Holtmann
-0
/
+3
2007-07-10
AX88796 network driver
Ben Dooks
-0
/
+27
2007-06-13
[SCTP] Flag a pmtu change request
Vlad Yasevich
-0
/
+13
2007-06-13
[SCTP] Update pmtu handling to be similar to tcp
Vlad Yasevich
-0
/
+1
2007-06-08
[IrDA]: Fix Rx/Tx path race.
G. Liakhovetski
-0
/
+17
2007-06-08
[NetLabel]: consolidate the struct socket/sock handling to just struct sock
Paul Moore
-25
/
+9
2007-06-07
xfrm: Add security check before flushing SAD/SPD
Joy Latten
-3
/
+3
2007-06-07
[UDP]: Revert 2-pass hashing changes.
David S. Miller
-9
/
+2
2007-06-07
[NETLINK]: Mark netlink policies const
Patrick McHardy
-9
/
+9
2007-06-07
[TCP]: Honour sk_bound_dev_if in tcp_v4_send_ack
Patrick McHardy
-0
/
+1
2007-06-03
[AF_UNIX]: Make socket locking much less confusing.
David S. Miller
-5
/
+3
2007-05-31
[TCP]: Consolidate checking for tcp orphan count being too big.
Pavel Emelianov
-0
/
+6
2007-05-31
[SOCK]: Shrink struct sock by 8 bytes on 64-bit.
Arnaldo Carvalho de Melo
-1
/
+1
2007-05-31
[XFRM]: Allow XFRM_ACQ_EXPIRES to be tunable via sysctl.
David S. Miller
-1
/
+0
2007-05-24
[XFRM]: Allow packet drops during larval state resolution.
David S. Miller
-0
/
+10
2007-05-24
[Bluetooth] Fix L2CAP configuration parameter handling
Marcel Holtmann
-2
/
+6
2007-05-10
[NETFILTER]: nf_conntrack: Removes unused destroy operation of l3proto
Yasuyuki Kozakai
-3
/
+0
2007-05-10
[NETFILTER]: nf_conntrack: Removes duplicated declarations
Yasuyuki Kozakai
-7
/
+0
[prev]
[next]