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
*
Phonet: fix accounting race between gprs_writeable() and gprs_xmit()
Rémi Denis-Courmont
2009-06-02
*
IPv6: Add 'autoconf' and 'disable_ipv6' module parameters
Brian Haley
2009-06-01
*
net: convert unicast addr list
Jiri Pirko
2009-05-30
*
tcp: fix loop in ofo handling code and reduce its complexity
Ilpo Järvinen
2009-05-29
*
net: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup()
Eric Dumazet
2009-05-29
*
atm: unset IFF_XMIT_DST_RELEASE in clip_setup()
Eric Dumazet
2009-05-29
*
net: unset IFF_XMIT_DST_RELEASE in ipip_tunnel_setup()
Eric Dumazet
2009-05-29
*
Merge branch 'linux-2.6.31.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
2009-05-29
|
\
|
*
wimax: Add netlink interface to get device state
Paulius Zaleckas
2009-05-28
|
*
wimax: document why wimax_msg_*() operations can be used in any state
Inaky Perez-Gonzalez
2009-05-28
*
|
llc: Kill outdated and incorrect comment.
David S. Miller
2009-05-29
*
|
irda: Use SKB queue and list helpers instead of doing it by-hand.
David S. Miller
2009-05-29
*
|
tcp: Use SKB queue and list helpers instead of doing it by-hand.
David S. Miller
2009-05-29
*
|
econet: Use SKB queue and list helpers instead of doing it by-hand.
David S. Miller
2009-05-28
*
|
decnet: Use SKB queue and list helpers instead of doing it by-hand.
David S. Miller
2009-05-28
*
|
atm: Use SKB queue and list helpers instead of doing it by-hand.
David S. Miller
2009-05-28
*
|
net: net/core/sock.c cleanup
Eric Dumazet
2009-05-27
*
|
net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()
Eric Dumazet
2009-05-27
*
|
bridge: avoid an extra space in br_fdb_update()
Jiri Pirko
2009-05-27
*
|
tcp: Do not check flush when comparing options for GRO
Herbert Xu
2009-05-27
*
|
gro: Store shinfo in local variable in skb_gro_receive
Herbert Xu
2009-05-27
*
|
gro: Nasty optimisations for page frags in skb_gro_receive
Herbert Xu
2009-05-27
*
|
gro: Open-code final pskb_may_pull
Herbert Xu
2009-05-27
*
|
ipv4: Use 32-bit loads for ID and length in GRO
Herbert Xu
2009-05-27
*
|
gro: Avoid unnecessary comparison after skb_gro_header
Herbert Xu
2009-05-27
*
|
gro: Optimise length comparison in skb_gro_header
Herbert Xu
2009-05-27
*
|
tcp: Optimise len/mss comparison
Herbert Xu
2009-05-27
*
|
tcp: Remove unnecessary window comparisons for GRO
Herbert Xu
2009-05-27
*
|
tcp: Optimise GRO port comparisons
Herbert Xu
2009-05-27
*
|
gro: Only use skb_gro_header for completely non-linear packets
Herbert Xu
2009-05-27
*
|
gro: Localise offset/headlen in skb_gro_offset
Herbert Xu
2009-05-27
*
|
gro: Inline skb_gro_header and cache frag0 virtual address
Herbert Xu
2009-05-27
*
|
gro: Open-code frags copy in skb_gro_receive
Herbert Xu
2009-05-27
*
|
nl80211: Eliminate reference to BUS_ID_SIZE.
David S. Miller
2009-05-27
*
|
net: Remove bogus reference to BUS_ID_SIZE in sysfs code.
David S. Miller
2009-05-27
*
|
net: txq_trans_update() helper
Eric Dumazet
2009-05-26
*
|
pkt_sched: gen_estimator: Fix signed integers right-shifts.
Jarek Poplawski
2009-05-26
*
|
net: remove COMPAT_NET_DEV_OPS
Alexander Beregalov
2009-05-25
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-05-25
|
\
\
|
*
|
RxRPC: Error handling for rxrpc_alloc_connection()
Dan Carpenter
2009-05-21
|
*
|
ipv4: Fix oops with FIB_TRIE
Robert Olsson
2009-05-21
|
*
|
pktgen: do not access flows[] beyond its length
Florian Westphal
2009-05-21
|
*
|
IPv6: set RTPROT_KERNEL to initial route
Jean-Mickael Guerin
2009-05-20
|
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2009-05-20
|
|
\
\
|
|
*
|
cfg80211: fix race between core hint and driver's custom apply
Luis R. Rodriguez
2009-05-20
|
|
*
|
wext: verify buffer size for SIOCSIWENCODEEXT
Johannes Berg
2009-05-20
|
*
|
|
net: fix rtable leak in net/ipv4/route.c
Eric Dumazet
2009-05-20
|
*
|
|
net: fix length computation in rt_check_expire()
Eric Dumazet
2009-05-20
|
|
/
/
|
*
|
ipv4: make default for INET_LRO consistent with help text
Frans Pop
2009-05-19
|
*
|
net: fix skb_seq_read returning wrong offset/length for page frag data
Thomas Chenault
2009-05-19
[next]