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
2012-11-17
sctp: use bitmap_weight
Akinobu Mita
1
-6
/
+2
2012-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
25
-57
/
+130
2012-11-16
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
12
-20
/
+47
2012-11-16
net-rps: Fix brokeness causing OOO packets
Tom Herbert
1
-1
/
+3
2012-11-16
net: use right lock in __dev_remove_offload
Eric Dumazet
1
-2
/
+2
2012-11-16
Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
2
-7
/
+20
2012-11-16
tcp: handle tcp_net_metrics_init() order-5 memory allocation failures
Eric Dumazet
1
-3
/
+9
2012-11-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
12
-20
/
+47
2012-11-16
Merge branch 'master' of git://1984.lsi.us.es/nf-next
David S. Miller
5
-11
/
+73
2012-11-16
batman-adv: process broadcast packets in BLA earlier
Antonio Quartulli
1
-6
/
+6
2012-11-16
batman-adv: don't add TEMP clients belonging to other backbone nodes
Antonio Quartulli
1
-0
/
+7
2012-11-16
batman-adv: correctly pass the client flag on tt_response
Antonio Quartulli
1
-1
/
+1
2012-11-16
batman-adv: fix tt_global_entries flags update
Antonio Quartulli
1
-0
/
+6
2012-11-15
ipv6: Fix build error with udp_offload
Vlad Yasevich
1
-0
/
+1
2012-11-15
net: Make IPv6 build depend on CONFIG_INET
Vlad Yasevich
1
-1
/
+1
2012-11-15
net: correct check in dev_addr_del()
Jiri Pirko
1
-1
/
+2
2012-11-15
tcp: fix retransmission in repair mode
Andrew Vagin
2
-2
/
+6
2012-11-15
net: Remove code duplication between offload structures
Vlad Yasevich
5
-44
/
+56
2012-11-15
ipv6: Pull IPv6 GSO registration out of the module
Vlad Yasevich
11
-70
/
+30
2012-11-15
ipv4: Pull GSO registration out of inet_init()
Vlad Yasevich
1
-14
/
+21
2012-11-15
ipv6: Update ipv6 static library with newly needed functions
Vlad Yasevich
5
-110
/
+121
2012-11-15
ipv6: Move exthdr offload support into separate file
Vlad Yasevich
4
-37
/
+55
2012-11-15
ipv6: Separate out UDP offload functionality
Vlad Yasevich
4
-101
/
+130
2012-11-15
ipv6: Separate tcp offload functionality
Vlad Yasevich
4
-110
/
+106
2012-11-15
ipv6: Separate ipv6 offload support
Vlad Yasevich
4
-246
/
+296
2012-11-15
ipv6: Switch to using new offload infrastructure.
Vlad Yasevich
4
-24
/
+64
2012-11-15
ipv4: Switch to using the new offload infrastructure.
Vlad Yasevich
1
-14
/
+16
2012-11-15
ipv6: Add new offload registration infrastructure.
Vlad Yasevich
4
-0
/
+41
2012-11-15
net: Add net protocol offload registration infrustructure
Vlad Yasevich
2
-0
/
+33
2012-11-15
net: Switch to using the new packet offload infrustructure
Vlad Yasevich
3
-10
/
+20
2012-11-15
net: Add generic packet offload infrastructure.
Vlad Yasevich
1
-0
/
+80
2012-11-15
sctp: fix /proc/net/sctp/ memory leak
Tommi Rantala
1
-4
/
+4
2012-11-15
ip6tnl: fix sparse warnings in ip6_tnl_netlink_parms()
Nicolas Dichtel
1
-1
/
+1
2012-11-15
sit: fix sparse warnings
Nicolas Dichtel
1
-5
/
+5
2012-11-15
ipip: fix sparse warnings in ipip_netlink_parms()
Nicolas Dichtel
1
-2
/
+2
2012-11-14
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
11
-173
/
+416
2012-11-14
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
83
-1450
/
+7319
2012-11-14
sit: add support of link creation via rtnl
Nicolas Dichtel
1
-28
/
+150
2012-11-14
sit: rename rtnl functions for consistency
Nicolas Dichtel
1
-4
/
+4
2012-11-14
sit/rtnl: add missing parameters on dump
Nicolas Dichtel
1
-1
/
+8
2012-11-14
sit: always notify change when params are updated
Nicolas Dichtel
1
-17
/
+15
2012-11-14
ipip: add support of link creation via rtnl
Nicolas Dichtel
1
-24
/
+141
2012-11-14
ipip/rtnl: add IFLA_IPTUN_PMTUDISC on dump
Nicolas Dichtel
1
-1
/
+5
2012-11-14
ipip: always notify change when params are updated
Nicolas Dichtel
1
-18
/
+16
2012-11-14
ip6tnl: add support of link creation via rtnl
Nicolas Dichtel
1
-15
/
+149
2012-11-14
ip6tnl: rename rtnl functions for consistency
Nicolas Dichtel
1
-4
/
+4
2012-11-14
ip6tnl/rtnl: add IFLA_IPTUN_PROTO on dump
Nicolas Dichtel
1
-1
/
+4
2012-11-14
ipv4/ip_vti.c: VTI fix post-decryption forwarding
Saurabh Mohan
1
-0
/
+5
2012-11-14
bridge: add root port blocking
stephen hemminger
4
-2
/
+28
2012-11-14
bridge: implement BPDU blocking
stephen hemminger
4
-1
/
+15
[next]