index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
*
[DCCP]: Introduce dccp_wait_for_ccid and use it in dccp_write_xmit
Arnaldo Carvalho de Melo
2005-08-29
*
[DCCP]: Make the Debug Menu available when DCCP is statically linked too
Arnaldo Carvalho de Melo
2005-08-29
*
[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers
Eric Dumazet
2005-08-29
*
[LIB]: Make TEXTSEARCH_BM plain tristate like the others
David S. Miller
2005-08-29
*
[NET]: net/802: more endian annotations
Alexey Dobriyan
2005-08-29
*
[IPV4]: Convert FIB Trie to RCU.
Robert Olsson
2005-08-29
*
[IPV4]: Prepare FIB core for RCU.
Robert Olsson
2005-08-29
*
[IPV4]: Module export of ip_rcv() no longer needed.
Ralf Baechle
2005-08-29
*
[AX25/NETROM/ROSE]: Kill net/ip.h inclusion
Ralf Baechle
2005-08-29
*
[AX25/NETROM]: Cleanup direct calls into IP stack
Ralf Baechle
2005-08-29
*
[IPV4]: FIB trie cleanup
Stephen Hemminger
2005-08-29
*
[DCCP]: Initial dccp_poll implementation
Arnaldo Carvalho de Melo
2005-08-29
*
[DCCP]: Call the HC exit routines at dccp_v4_destroy_sock
Arnaldo Carvalho de Melo
2005-08-29
*
[ICSK]: Generalise tcp_listen_poll
Arnaldo Carvalho de Melo
2005-08-29
*
[DCCP]: Introduce dccp_get_info
Arnaldo Carvalho de Melo
2005-08-29
*
[CCID3]: Calculate the RTT in the RX half connection
Arnaldo Carvalho de Melo
2005-08-29
*
[DCCP]: Export dccp_insert_option_timestamp to CCIDs
Arnaldo Carvalho de Melo
2005-08-29
*
[CCID]: Make ccid_hc_[rt]x_exit accept NULL arguments
Arnaldo Carvalho de Melo
2005-08-29
*
[DCCP]: Send a DATAACK packet when we have a TIMESTAMP_ECHO pending
Arnaldo Carvalho de Melo
2005-08-29
*
[DCCP]: Fix skb leak in dccp_sendmsg
Arnaldo Carvalho de Melo
2005-08-29
*
[DCCP]: Implement the CLOSING timer
Arnaldo Carvalho de Melo
2005-08-29
*
[DCCP]: Fix printf format warnings on 64-bit.
David S. Miller
2005-08-29
*
[NETFILTER]: Add goto target
Patrick McHardy
2005-08-29
*
[NETFILTER]: Add IPv6 REJECT target
Patrick McHardy
2005-08-29
*
[NETFILTER]: Add string match
Pablo Neira Ayuso
2005-08-29
*
[DCCP]: Fix ackno setting in SYNC/SYNCACK packets
Arnaldo Carvalho de Melo
2005-08-29
*
[DCCP]: Fix the ACK and SEQ window variables settings
Arnaldo Carvalho de Melo
2005-08-29
*
[DCCP]: Give more info on Step 6 failure debug printk
Arnaldo Carvalho de Melo
2005-08-29
*
[DCCP]: Fix seqno setting in dccp_v4_ctl_send_reset
Arnaldo Carvalho de Melo
2005-08-29
*
[CCID3]: Reintroduce ccid3hctx_t_rto
Arnaldo Carvalho de Melo
2005-08-29
*
[IPV4]: ip_finish_output() can be inlined
Thomas Graf
2005-08-29
*
[IPV4]: Remove some dead code from ip_forward()
Thomas Graf
2005-08-29
*
[IPV4]: Avoid common branch mispredictions in ip_rcv_finish()
Thomas Graf
2005-08-29
*
[IPV4]: Move ip options parsing out of ip_rcv_finish()
Thomas Graf
2005-08-29
*
[IPV4]: Avoid common branch misprediction while checking csum in ip_rcv()
Thomas Graf
2005-08-29
*
[IPV4]: Consistency and whitespace cleanup of ip_rcv()
Thomas Graf
2005-08-29
*
[NET]: Add support for getting the permanent hardware address.
Jon Wetzel
2005-08-29
*
[DCCP]: Fix the timestamp options
Ian McDonald
2005-08-29
*
[IPVS]: ipv4_table --> ipvs_ipv4_table
David S. Miller
2005-08-29
*
[DCCP]: Use LIMIT_NETDEBUG in some debugging printks
Arnaldo Carvalho de Melo
2005-08-29
*
[DCCP]: Set dccp_ctl_socket to NULL in dccp_ctl_sock_exit
Arnaldo Carvalho de Melo
2005-08-29
*
[DCCP]: Fix elapsed time option as per section 13.2 of spec v11
Ian McDonald
2005-08-29
*
[NET]: Implement SKB fast cloning.
David S. Miller
2005-08-29
*
[DCCP]: Send SYNCACK packets in response to SYNC packets
Arnaldo Carvalho de Melo
2005-08-29
*
[IPVS]: Rename tcp_{init,exit}() --> ip_vs_tcp_{init,exit}()
David S. Miller
2005-08-29
*
[IRDA]: Possible cleanups.
Adrian Bunk
2005-08-29
*
[IP]: Introduce ip_options_get_from_user
Arnaldo Carvalho de Melo
2005-08-29
*
[NETLINK]: Fix sparse warnings
Arnaldo Carvalho de Melo
2005-08-29
*
[NET]: Fix sparse warnings
Arnaldo Carvalho de Melo
2005-08-29
*
[RXRPC]: Fix build failure introduced by skb->stamp changes.
Andrew Morton
2005-08-29
[next]