index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-19
net: ipv4/ipv6: Remove extern from function prototypes
Joe Perches
4
-59
/
+54
2013-10-19
net: dccp: Remove extern from function prototypes
Joe Perches
7
-158
/
+148
2013-10-19
net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypes
Joe Perches
8
-219
/
+194
2013-10-19
ipv4: gso: send_check() & segment() cleanups
Eric Dumazet
1
-13
/
+11
2013-10-18
em_ipset: use dev_net() accessor
stephen hemminger
1
-2
/
+2
2013-10-18
tcp: remove redundant code in __tcp_retransmit_skb()
Neal Cardwell
1
-15
/
+0
2013-10-18
fib: Use const struct nl_info * in rtmsg_fib
Joe Perches
2
-2
/
+2
2013-10-18
ax25: cleanup a range test
Dan Carpenter
1
-1
/
+1
2013-10-18
fib_trie: remove duplicated rcu lock
baker.zhang
1
-2
/
+0
2013-10-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
5
-2
/
+1139
2013-10-18
tcp: rename tcp_tso_segment()
Eric Dumazet
2
-4
/
+4
2013-10-18
tipc: simplify the link lookup routine
Erik Hugne
1
-97
/
+13
2013-10-18
tipc: correct return value of link_cmd_set_value routine
Ying Xue
1
-9
/
+19
2013-10-18
tipc: correct return value of recv_msg routine
Ying Xue
2
-6
/
+6
2013-10-18
tipc: avoid unnecessary lookup for tipc bearer instance
Ying Xue
4
-18
/
+10
2013-10-18
tipc: make bearer and media naming consistent
Ying Xue
4
-57
/
+57
2013-10-18
tipc: silence sparse warnings
Ying Xue
2
-5
/
+5
2013-10-18
tipc: remove iovec length parameter from all sending functions
Ying Xue
7
-78
/
+49
2013-10-18
tipc: don't use memcpy to copy from user space
Ying Xue
1
-13
/
+9
2013-10-18
net: refactor sk_page_frag_refill()
Eric Dumazet
1
-4
/
+23
2013-10-17
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
26
-542
/
+1237
2013-10-17
ipv4: shrink rt_cache_stat
Eric Dumazet
1
-8
/
+8
2013-10-17
Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/pabl...
David S. Miller
63
-120
/
+8785
2013-10-17
inet_diag: use sock_gen_put()
Eric Dumazet
1
-6
/
+3
2013-10-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
26
-542
/
+1237
2013-10-14
netfilter: nf_tables: add ARP filtering support
Pablo Neira Ayuso
3
-0
/
+107
2013-10-14
netfilter: nf_tables: add trace support
Pablo Neira Ayuso
2
-0
/
+58
2013-10-14
netfilter: nfnetlink: add batch support and use it from nf_tables
Pablo Neira Ayuso
3
-22
/
+365
2013-10-14
netfilter: nf_tables: add insert operation
Eric Leblond
1
-6
/
+32
2013-10-14
netfilter: nf_tables: complete net namespace support
Pablo Neira Ayuso
4
-34
/
+146
2013-10-14
netfilter: nf_tables: Add support for IPv6 NAT
Tomasz Bursztyka
8
-154
/
+447
2013-10-14
netfilter: nf_tables: add support for dormant tables
Pablo Neira Ayuso
1
-7
/
+90
2013-10-14
netfilter: nf_tables: nft_payload: fix transport header base
Pablo Neira Ayuso
2
-2
/
+2
2013-10-14
netfilter: nf_tables: add compatibility layer for x_tables
Pablo Neira Ayuso
13
-70
/
+1078
2013-10-14
netfilter: nf_tables: convert built-in tables/chains to chain types
Pablo Neira Ayuso
10
-265
/
+197
2013-10-14
netfilter: nft_payload: add optimized payload implementation for small loads
Patrick McHardy
2
-28
/
+72
2013-10-14
netfilter: nf_tables: add optimized data comparison for small values
Patrick McHardy
2
-24
/
+110
2013-10-14
netfilter: nf_tables: expression ops overloading
Patrick McHardy
16
-135
/
+238
2013-10-14
netfilter: nf_tables: add netlink set API
Patrick McHardy
9
-618
/
+1573
2013-10-14
netfilter: add nftables
Patrick McHardy
32
-0
/
+5470
2013-10-14
netfilter: nf_nat: move alloc_null_binding to nf_nat_core.c
Pablo Neira Ayuso
1
-0
/
+20
2013-10-14
netfilter: pass hook ops to hookfn
Patrick McHardy
24
-116
/
+141
2013-10-12
batman-adv: Add dummy soft-interface rx mode handler
Linus Lüssing
1
-0
/
+13
2013-10-12
batman-adv: make batadv_tt_save_orig_buffer() generic
Antonio Quartulli
1
-6
/
+4
2013-10-12
batman-adv: implement batadv_tt_entries
Antonio Quartulli
1
-4
/
+15
2013-10-12
batman-adv: remove useless find_router look up
Simon Wunderlich
1
-21
/
+8
2013-10-12
batman-adv: consider network coding overhead when calculating required mtu
Marek Lindner
5
-17
/
+37
2013-10-12
batman-adv: create common header for ICMP packets
Antonio Quartulli
4
-42
/
+62
2013-10-12
batman-adv: use htons when possible
Antonio Quartulli
5
-13
/
+13
2013-10-12
batman-adv: Fragment and send skbs larger than mtu
Martin Hundebøll
5
-4
/
+154
[next]