Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c1e9894d486dc249331f4f04859c26147a778154
/
include
5677242
[NETNS]: Inet control socket should not hold a namespace.
by Denis V. Lunev
· 17 years ago
eee4fe4
[INET]: Let inet_ctl_sock_create return sock rather than socket.
by Denis V. Lunev
· 17 years ago
3d58b5f
[INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create.
by Denis V. Lunev
· 17 years ago
a4aa834
[NETNS]: Declare init_net even without CONFIG_NET defined.
by Denis V. Lunev
· 17 years ago
e1ec1b8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
c0f3932
[NETNS]: Do not include net/net_namespace.h from seq_file.h
by Denis V. Lunev
· 17 years ago
225c0a0
[NETNS]: Merge ifdef CONFIG_NET in include/net/net_namespace.h.
by Denis V. Lunev
· 17 years ago
f83f176
[LLC]: skb allocation size for responses
by Joonwoo Park
· 17 years ago
70ee115
[SOCK][NETNS]: Add the percpu prot_inuse counter in the struct net.
by Pavel Emelyanov
· 17 years ago
c29a0bc
[SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.
by Pavel Emelyanov
· 17 years ago
8efa6e9
[NETNS]: Introduce a netns_core structure.
by Pavel Emelyanov
· 17 years ago
3edf8fa
[NET]: Fix allnoconfig build on powerpc and avr32
by David S. Miller
· 17 years ago
17eed24
Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by David S. Miller
· 17 years ago
9307b57
drivers/net/arcnet/arcnet.c: use time_* macros
by S.Caglar Onur
· 17 years ago
4ad96d3
[UDP]: Remove owner from udp_seq_afinfo.
by Denis V. Lunev
· 17 years ago
3ba9441
[UDP]: Place file operations directly into udp_seq_afinfo.
by Denis V. Lunev
· 17 years ago
dda6192
[UDP]: Move seq_ops from udp_iter_state to udp_seq_afinfo.
by Denis V. Lunev
· 17 years ago
6f191ef
[UDP]: Replace struct net on udp_iter_state with seq_net_private.
by Denis V. Lunev
· 17 years ago
095d911
[LIB]: Drop the pcounter itself.
by Pavel Emelyanov
· 17 years ago
bdcde3d
[SOCK]: Drop inuse pcounter from struct proto (v2).
by Pavel Emelyanov
· 17 years ago
60e7663
[SOCK]: Drop per-proto inuse init and fre functions (v2).
by Pavel Emelyanov
· 17 years ago
1338d46
[SOCK]: Introduce a percpu inuse counters array (v2).
by Pavel Emelyanov
· 17 years ago
13ff3d6
[SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2).
by Pavel Emelyanov
· 17 years ago
bc578a5
[NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_*
by Joe Perches
· 17 years ago
0ef4730
net: Comment dev_kfree_skb_irq and dev_kfree_skb_any better
by Matti Linnanvuori
· 17 years ago
a5a0481
[LLC]: station source mac address
by Joonwoo Park
· 17 years ago
be2ce06
[IPV6]: Remove unused method declaration in include/net/addrconf.h.
by Rami Rosen
· 17 years ago
1567ca7
[NET]: Protect device namespace inlines with CONFIG_NET
by David S. Miller
· 17 years ago
8e8e438
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
ed85f2c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.26
by David S. Miller
· 17 years ago
bc09dff
[SCTP]: Remove sctp_add_cmd_sf wrapper bloat
by Ilpo Järvinen
· 17 years ago
419ae74
[NET]: uninline skb_trim, de-bloats
by Ilpo Järvinen
· 17 years ago
8d33086
[NET]: uninline dst_release
by Ilpo Järvinen
· 17 years ago
c2aa270
[NET]: uninline skb_push, de-bloats a lot
by Ilpo Järvinen
· 17 years ago
f58518e
[NET]: uninline dev_alloc_skb, de-bloats a lot
by Ilpo Järvinen
· 17 years ago
6be8ac2
[NET]: uninline skb_pull, de-bloats a lot
by Ilpo Järvinen
· 17 years ago
0dde3e1
[NET]: uninline skb_put, de-bloats a lot
by Ilpo Järvinen
· 17 years ago
50fd440
[NET]: Use local_irq_{save,restore}() in napi_complete().
by David S. Miller
· 17 years ago
4f95165
[IPV6]: Remove three unused method declarations in include/net/ipv6.h
by Rami Rosen
· 17 years ago
09382ba
[PKT_SCHED]: Pass real namespace in net scheduler classifiers.
by Denis V. Lunev
· 17 years ago
0e5f8be
[NETNS]: Compile NET /proc support only if CONFIG_NET is set.
by Denis V. Lunev
· 17 years ago
6c507cd
cfg80211: don't export ieee80211_get_channel
by Johannes Berg
· 17 years ago
60e8fbc
[NETNS][IPV6] flowlabels - make flowlabels per namespace
by Benjamin Thery
· 17 years ago
6ab57e7
[NETNS][IPV6] anycast - handle several network namespace
by Daniel Lezcano
· 17 years ago
732c8bd
[IPSEC]: Fix BEET output
by Herbert Xu
· 17 years ago
6772718
[VLAN]: Reduce memory consumed by vlan_groups
by Pavel Emelyanov
· 17 years ago
68528f0
[NETNS][ICMP]: Make ctl tables for ICMP sysctls per-net.
by Pavel Emelyanov
· 17 years ago
a24022e
[NETNS][ICMP]: Move ICMP sysctls on struct net.
by Pavel Emelyanov
· 17 years ago
f5aa23f
[NETNS]: Compilation warnings under CONFIG_NET_NS.
by Denis V. Lunev
· 17 years ago
9c2f574
[NETNS]: Compilation fix for include/linux/netdevice.h.
by Denis V. Lunev
· 17 years ago
c7f485a
[NETFILTER]: nf_conntrack_sip: RTP routing optimization
by Patrick McHardy
· 17 years ago
0d0ab03
[NETFILTER]: nf_conntrack_sip: support multiple media channels
by Patrick McHardy
· 17 years ago
4ab9e64
[NETFILTER]: nf_nat_sip: split up SDP mangling
by Patrick McHardy
· 17 years ago
a9c1d35
[NETFILTER]: nf_conntrack_sip: create RTCP expectations
by Patrick McHardy
· 17 years ago
0f32a40
[NETFILTER]: nf_conntrack_sip: create signalling expectations
by Patrick McHardy
· 17 years ago
2bbb211
[NETFILTER]: nf_conntrack_sip: introduce URI and header parameter parsing helpers
by Patrick McHardy
· 17 years ago
30f33e6
[NETFILTER]: nf_conntrack_sip: support method specific request/response handling
by Patrick McHardy
· 17 years ago
624f8b7
[NETFILTER]: nf_nat_sip: get rid of text based header translation
by Patrick McHardy
· 17 years ago
05e3ced
[NETFILTER]: nf_conntrack_sip: introduce SIP-URI parsing helper
by Patrick McHardy
· 17 years ago
ea45f12
[NETFILTER]: nf_conntrack_sip: parse SIP headers properly
by Patrick McHardy
· 17 years ago
ac36774
[NETFILTER]: nf_conntrack_sip: kill request URI "header" definitions
by Patrick McHardy
· 17 years ago
3e9b4600b
[NETFILTER]: nf_conntrack_sip: add seperate SDP header parsing function
by Patrick McHardy
· 17 years ago
212440a
[NETFILTER]: nf_conntrack_sip: remove redundant function arguments
by Patrick McHardy
· 17 years ago
2a6cfb2
[NETFILTER]: nf_conntrack_sip: adjust dptr and datalen after packet mangling
by Patrick McHardy
· 17 years ago
b8beedd
[NETFILTER]: Add nf_inet_addr_cmp()
by Patrick McHardy
· 17 years ago
6002f266
[NETFILTER]: nf_conntrack: introduce expectation classes and policies
by Patrick McHardy
· 17 years ago
359b9ab
[NETFILTER]: nf_conntrack_expect: support inactive expectations
by Patrick McHardy
· 17 years ago
1d9d752
[NETFILTER]: nf_conntrack_expect: constify nf_ct_expect_init arguments
by Patrick McHardy
· 17 years ago
ef27559
[NETFILTER]: nf_conntrack: fix NF_CT_TUPLE_DUMP for IPv4
by Patrick McHardy
· 17 years ago
dfe98e9
Merge branch 'net-2.6.26-netns-20080326' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-dev
by David S. Miller
· 17 years ago
f89e6e3
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.26
by David S. Miller
· 17 years ago
906c730
wireless: add wiphy channel freq to channel struct lookup helper
by Johannes Berg
· 17 years ago
9ae4fda
mac80211: allows driver to request a Phase 1 RX key
by Emmanuel Grumbach
· 17 years ago
5d2cdcd4
mac80211: get a TKIP phase key from skb
by Emmanuel Grumbach
· 17 years ago
878628f
[NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
57da52c
[NET] NETNS: Omit neigh_parms->net and pneigh_entry->net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
1218854
[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
3b1e0a6
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
7cbca67
[IPV6]: Support Source Address Selection API (RFC5014).
by YOSHIFUJI Hideaki
· 17 years ago
1d5d236
[IPV6]: Use bitfields for hop_limit and mcast_hops.
by YOSHIFUJI Hideaki
· 17 years ago
6b75d09
[IPV6]: Optimize hop-limit determination.
by YOSHIFUJI Hideaki
· 17 years ago
4725474
[IPV6]: Convert cork.hop_limit and cork.tclass into u8 instead of int.
by YOSHIFUJI Hideaki
· 17 years ago
c8cdaf9
[IPV4,IPV6]: Share cork.rt between IPv4 and IPv6.
by YOSHIFUJI Hideaki
· 17 years ago
9bb182a
[XFRM] MIP6: Fix address keys for routing search.
by YOSHIFUJI Hideaki
· 17 years ago
f145049
[NETNS]: Drop packets in the non-initial namespace on the per/protocol basis.
by Denis V. Lunev
· 17 years ago
7a6adb9
[NETNS]: Add namespace parameter to ip_cmsg_send.
by Denis V. Lunev
· 17 years ago
f2c4802
[NETNS]: Add namespace parameter to ip_options_get(...).
by Denis V. Lunev
· 17 years ago
0e6bd4a
[NETNS]: Add namespace parameter to ip_options_compile.
by Denis V. Lunev
· 17 years ago
df9dcb4
[IPSEC]: Fix inter address family IPsec tunnel handling.
by Kazunori MIYAZAWA
· 17 years ago
fa86d32
[NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3).
by Pavel Emelyanov
· 17 years ago
06802a8
Merge branch 'master' of ../net-2.6/
by David S. Miller
· 17 years ago
80445cf
[SCTP]: Remove redundant wrapper functions.
by Florian Westphal
· 17 years ago
2051f11
[TCP]: Shrink syncookie_secret by 8 byte.
by Florian Westphal
· 17 years ago
310afe8
[NET]: include/linux/udp.h - remove duplicate include
by Joe Perches
· 17 years ago
cc32e05
[NET]: include/linux/igmp.h - remove duplicate include
by Joe Perches
· 17 years ago
414f69d
[NET]: include/linux/atalk.h - remove duplicate include
by Joe Perches
· 17 years ago
7d164be
[NET]: include/net/route.h - remove duplicate include
by Joe Perches
· 17 years ago
76fef2b
Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by David S. Miller
· 17 years ago
0098b72
[NET]: NPROTO is redundant; it's equal to AF_MAX/PF_MAX.
by Rusty Russell
· 17 years ago
Next »