index
:
drm/drm-amd
drm-amd-fixes
drm-amd-next
drm-amd-next-fixes
for-linux-next
for-linux-next-fixes
AMD GPU kernel development
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-22
batman-adv: improve DAT documentation
Antonio Quartulli
2
-2
/
+6
2014-03-22
batman-adv: improve the TT flags documentation
Antonio Quartulli
1
-4
/
+24
2014-03-22
batman-adv: Send multicast packets to nodes with a WANT_ALL flag
Linus Lüssing
6
-3
/
+198
2014-03-22
batman-adv: Add IPv4 link-local/IPv6-ll-all-nodes multicast support
Linus Lüssing
6
-8
/
+156
2014-03-22
batman-adv: Modified forwarding behaviour for multicast packets
Linus Lüssing
9
-26
/
+266
2014-03-22
batman-adv: Announce new capability via multicast TVLV
Linus Lüssing
7
-6
/
+167
2014-03-22
batman-adv: introduce capability initialization bitfield
Linus Lüssing
3
-9
/
+11
2014-03-22
batman-adv: Multicast Listener Announcements via Translation Table
Linus Lüssing
8
-4
/
+318
2014-03-22
batman-adv: add kerneldoc for dst_hint argument
Antonio Quartulli
2
-0
/
+3
2014-03-22
batman-adv: call unregister_netdev() to have it handle the locking for us
Marek Lindner
1
-4
/
+1
2014-03-22
batman-adv: fix a few kerneldoc inconsistencies
Simon Wunderlich
1
-5
/
+5
2014-03-22
batman-adv: prefer ether_addr_copy to memcpy
Antonio Quartulli
13
-71
/
+70
2014-03-22
batman-adv: remove obsolete skb_reset_mac_header() in batadv_bla_tx()
Linus Lüssing
1
-3
/
+0
2014-03-22
batman-adv: use vlan_/eth_hdr() instead of skb->data in interface_tx path
Linus Lüssing
5
-14
/
+18
2014-03-22
batman-adv: fix coccinelle warnings
Fengguang Wu
1
-1
/
+1
2014-03-20
ieee802154: dgram: cleanup set of broadcast panid
Alexander Aring
1
-1
/
+1
2014-03-20
af_ieee802154: fix check on broadcast address
Alexander Aring
1
-1
/
+1
2014-03-20
net: remove empty lines from tcp_syn_flood_action
Daniel Baluta
1
-2
/
+0
2014-03-20
af_iucv: recvmsg problem for SOCK_STREAM sockets
Ursula Braun
1
-0
/
+1
2014-03-18
netfilter: Add missing vmalloc.h include to nft_hash.c
David S. Miller
1
-0
/
+1
2014-03-18
ieee802154: properly unshare skbs in ieee802154 *_rcv functions
Phoebe Buckheister
3
-16
/
+21
2014-03-18
net: sched: use no more than one page in struct fw_head
Eric Dumazet
1
-26
/
+7
2014-03-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
14
-187
/
+638
2014-03-17
netfilter: conntrack: Fix UP builds
Eric Dumazet
1
-1
/
+1
2014-03-17
netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)
Eric W. Biederman
2
-529
/
+2
2014-03-17
netpoll: Move all receive processing under CONFIG_NETPOLL_TRAP
Eric W. Biederman
1
-17
/
+64
2014-03-17
netpoll: Consolidate neigh_tx processing in service_neigh_queue
Eric W. Biederman
1
-22
/
+16
2014-03-17
netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAP
Eric W. Biederman
1
-5
/
+9
2014-03-17
netpoll: Don't drop all received packets.
Eric W. Biederman
1
-11
/
+6
2014-03-17
netpoll: Add netpoll_rx_processing
Eric W. Biederman
1
-2
/
+2
2014-03-17
netpoll: Warn if more packets are processed than are budgeted
Eric W. Biederman
1
-0
/
+1
2014-03-17
netpoll: Visit all napi handlers in poll_napi
Eric W. Biederman
1
-3
/
+0
2014-03-17
netpoll: Pass budget into poll_napi
Eric W. Biederman
1
-3
/
+3
2014-03-17
netpoll: move setting of NETPOLL_RX_DROP into netpoll_poll_dev
Eric W. Biederman
1
-8
/
+8
2014-03-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
37
-452
/
+1431
2014-03-17
netfilter: connlimit: use rbtree for per-host conntrack obj storage
Florian Westphal
1
-47
/
+177
2014-03-17
netfilter: connlimit: make same_source_net signed
Florian Westphal
1
-4
/
+5
2014-03-17
netfilter: connlimit: use keyed locks
Florian Westphal
1
-8
/
+18
2014-03-14
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
Eric W. Biederman
8
-16
/
+16
2014-03-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
28
-121
/
+199
2014-03-14
ieee802154: add proper length checks to header creations
Phoebe Buckheister
3
-2
/
+5
2014-03-14
6lowpan: move lowpan frag_info out of 802.15.4 headers
Phoebe Buckheister
1
-9
/
+18
2014-03-14
ieee802154: use ieee802154_addr instead of *_sa variants
Phoebe Buckheister
7
-123
/
+133
2014-03-14
mac802154: use header operations to create/parse headers
Phoebe Buckheister
7
-296
/
+152
2014-03-14
ieee802154: add header structs with endiannes and operations
Phoebe Buckheister
2
-1
/
+289
2014-03-14
ieee802154: enforce consistent endianness in the 802.15.4 stack
Phoebe Buckheister
11
-59
/
+84
2014-03-14
ieee802154: rename struct ieee802154_addr to *_sa
Phoebe Buckheister
9
-30
/
+31
2014-03-14
vti6: Enable namespace changing
Steffen Klassert
1
-1
/
+0
2014-03-14
vti6: Check the tunnel endpoints of the xfrm state and the vti interface
Steffen Klassert
1
-1
/
+24
2014-03-14
vti6: Support inter address family tunneling.
Steffen Klassert
1
-15
/
+34
[next]