index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-25
[NETLINK]: Ignore !NLM_F_REQUEST messages directly in netlink_run_queue()
Thomas Graf
1
-4
/
+0
2007-04-25
[RTNL]: Properly return rntl message handler
Thomas Graf
1
-4
/
+4
2007-04-25
[NET] rules: Unified rules dumping
Thomas Graf
1
-10
/
+37
2007-04-25
[RTNL]: Use rtnl registration interface for dump-all aliases
Thomas Graf
1
-6
/
+3
2007-04-25
[NET] rules: Use rtnl registration interface
Thomas Graf
2
-7
/
+6
2007-04-25
[NEIGH]: Use rtnl registration interface
Thomas Graf
2
-12
/
+19
2007-04-25
[NET] link: Use rtnl registration interface
Thomas Graf
1
-5
/
+3
2007-04-25
[RTNL]: Message handler registration interface
Thomas Graf
1
-22
/
+166
2007-04-25
[NETLINK]: Use nlmsg_trim() where appropriate
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Remove skb_add_mtu() leftovers
Arnaldo Carvalho de Melo
1
-14
/
+0
2007-04-25
[SK_BUFF]: Adjust the zeroing up to tail in __alloc_skb too
Arnaldo Carvalho de Melo
1
-1
/
+4
2007-04-25
[SK_BUFF]: Convert skb->end to sk_buff_data_t
Arnaldo Carvalho de Melo
1
-18
/
+33
2007-04-25
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
6
-23
/
+30
2007-04-25
[SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit archi...
Arnaldo Carvalho de Melo
1
-4
/
+14
2007-04-25
[SK_BUFF]: unions of just one member don't get anything done, kill them
Arnaldo Carvalho de Melo
3
-21
/
+22
2007-04-25
[SK_BUFF]: Introduce skb_network_header_len
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Some more layer header conversions
Arnaldo Carvalho de Melo
2
-13
/
+19
2007-04-25
[NETFILTER]: nf_conntrack: add __nf_copy() to copy members in skb
Yasuyuki Kozakai
1
-26
/
+2
2007-04-25
[SK_BUFF]: Introduce skb_transport_header(skb)
Arnaldo Carvalho de Melo
1
-3
/
+3
2007-04-25
[SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh
Arnaldo Carvalho de Melo
2
-3
/
+5
2007-04-25
[SK_BUFF]: Introduce skb_transport_offset()
Arnaldo Carvalho de Melo
2
-2
/
+2
2007-04-25
[SK_BUFF]: Introduce skb_reset_transport_header(skb)
Arnaldo Carvalho de Melo
2
-2
/
+2
2007-04-25
[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
2
-2
/
+2
2007-04-25
[NET]: show bound packet types
Stephen Hemminger
1
-0
/
+134
2007-04-25
[NET]: make seq_operations const
Stephen Hemminger
5
-6
/
+6
2007-04-25
[NET]: network dev read_mostly
Stephen Hemminger
1
-5
/
+5
2007-04-25
[SK_BUFF]: Introduce skb_network_header()
Arnaldo Carvalho de Melo
2
-5
/
+6
2007-04-25
[SK_BUFF]: Introduce skb_network_offset()
Arnaldo Carvalho de Melo
1
-3
/
+3
2007-04-25
[SK_BUFF]: Use skb_reset_network_header in skb_push cases
Arnaldo Carvalho de Melo
1
-1
/
+3
2007-04-25
[SK_BUFF]: Introduce skb_reset_network_header(skb)
Arnaldo Carvalho de Melo
2
-4
/
+6
2007-04-25
[SK_BUFF]: Introduce skb_mac_header()
Arnaldo Carvalho de Melo
3
-3
/
+3
2007-04-25
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
3
-4
/
+4
2007-04-25
[NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support
Eric Dumazet
1
-2
/
+14
2007-04-25
[NET]: New sysctls should use __read_mostly tags
Eric Dumazet
1
-3
/
+3
2007-04-25
[NET]: deinline some functions
Stephen Hemminger
1
-5
/
+5
2007-04-25
[WIRELESS]: use ARRAY_SIZE()
Stephen Hemminger
1
-4
/
+2
2007-04-25
[NET] core: whitespace cleanup
Stephen Hemminger
5
-519
/
+514
2007-04-25
[NET]: Replace CONFIG_NET_DEBUG with sysctl.
Stephen Hemminger
2
-0
/
+10
2007-04-25
[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution
Eric Dumazet
1
-0
/
+16
2007-04-25
[NET] CORE: Use htons() where appropriate.
YOSHIFUJI Hideaki
1
-1
/
+1
2007-04-25
[UDP]: Clean up UDP-Lite receive checksum
Herbert Xu
1
-2
/
+8
2007-04-25
[NET]: convert network timestamps to ktime_t
Eric Dumazet
2
-22
/
+13
2007-04-25
[PKTGEN]: fix device name handling
Stephen Hemminger
1
-67
/
+70
2007-04-25
[PKTGEN]: don't use __constant_htonl()
Stephen Hemminger
1
-12
/
+12
2007-04-25
[PKTGEN]: use random32
Stephen Hemminger
1
-33
/
+19
2007-04-25
[PKTGEN]: use pr_debug
Stephen Hemminger
1
-19
/
+15
2007-04-25
[NET]: Keep sk_backlog near sk_lock
Eric Dumazet
1
-1
/
+1
2007-04-17
[NET]: Set a separate lockdep class for neighbour table's proxy_queue
Pavel Emelianov
1
-1
/
+4
[next]