index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
batman-adv
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-17
batman-adv: fix potential kernel paging error for unicast transmissions
Antonio Quartulli
1
-2
/
+7
2014-02-17
batman-adv: avoid double free when orig_node initialization fails
Antonio Quartulli
1
-4
/
+2
2014-02-17
batman-adv: free skb on TVLV parsing success
Antonio Quartulli
1
-0
/
+2
2014-02-17
batman-adv: fix TT CRC computation by ensuring byte order
Antonio Quartulli
1
-4
/
+12
2014-02-17
batman-adv: fix potential orig_node reference leak
Simon Wunderlich
1
-0
/
+2
2014-02-17
batman-adv: avoid potential race condition when adding a new neighbour
Antonio Quartulli
3
-6
/
+56
2014-02-17
batman-adv: properly check pskb_may_pull return value
Antonio Quartulli
1
-1
/
+1
2014-02-17
batman-adv: release vlan object after checking the CRC
Antonio Quartulli
1
-1
/
+5
2014-02-17
batman-adv: fix TT-TVLV parsing on OGM reception
Antonio Quartulli
1
-1
/
+0
2014-02-17
batman-adv: fix soft-interface MTU computation
Antonio Quartulli
1
-8
/
+14
2014-01-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2014-01-16
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
4
-13
/
+31
2014-01-15
Revert "batman-adv: drop dependency against CRC16"
David S. Miller
1
-0
/
+1
2014-01-16
batman-adv: use consistent kerneldoc style
Simon Wunderlich
4
-13
/
+31
2014-01-15
batman-adv: fix batman-adv header overhead calculation
Marek Lindner
1
-1
/
+1
2014-01-14
batman-adv: use __dev_get_by_index instead of dev_get_by_index to find interface
Ying Xue
1
-3
/
+1
2014-01-12
batman-adv: drop dependency against CRC16
Antonio Quartulli
1
-1
/
+0
2014-01-12
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2014-01-12
batman-adv: update copyright years for 2014
Simon Wunderlich
41
-41
/
+41
2014-01-12
batman-adv: add build checks for packet sizes
Simon Wunderlich
1
-7
/
+17
2014-01-12
batman-adv: remove returns at the end of void functions
Antonio Quartulli
1
-7
/
+0
2014-01-12
batman-adv: add debugfs support to view multiif tables
Simon Wunderlich
5
-7
/
+73
2014-01-12
batman-adv: add debugfs structure for information per interface
Simon Wunderlich
4
-0
/
+86
2014-01-12
batman-adv: add bonding again
Simon Wunderlich
4
-4
/
+121
2014-01-12
batman-adv: consider outgoing interface in OGM sending
Simon Wunderlich
3
-64
/
+115
2014-01-12
batman-adv: add WiFi penalty
Simon Wunderlich
3
-6
/
+24
2014-01-12
batman-adv: split out router from orig_node
Simon Wunderlich
11
-219
/
+605
2014-01-12
batman-adv: split tq information in neigh_node struct
Simon Wunderlich
9
-114
/
+588
2014-01-12
batman-adv: remove bonding and interface alternating
Simon Wunderlich
5
-327
/
+12
2014-01-08
batman-adv: set the isolation mark in the skb if needed
Antonio Quartulli
3
-2
/
+44
2014-01-08
batman-adv: create helper function to get AP isolation status
Antonio Quartulli
3
-12
/
+28
2014-01-08
batman-adv: extend the ap_isolation mechanism
Antonio Quartulli
1
-0
/
+5
2014-01-08
batman-adv: print the new BATADV_TT_CLIENT_ISOLA flag
Antonio Quartulli
1
-4
/
+8
2014-01-08
batman-adv: mark a local client as isolated when needed
Antonio Quartulli
5
-5
/
+23
2014-01-08
batman-adv: add isolation_mark sysfs attribute
Antonio Quartulli
3
-0
/
+75
2014-01-08
batman-adv: send every DHCP packet as bat-unicast
Antonio Quartulli
7
-140
/
+153
2014-01-08
batman-adv: remove parenthesis from return statements
Antonio Quartulli
1
-1
/
+1
2014-01-08
batman-adv: rename gw_deselect() to gw_reselect()
Antonio Quartulli
4
-18
/
+29
2014-01-08
batman-adv: deselect current GW on client mode switch off
Antonio Quartulli
2
-0
/
+14
2014-01-08
batman-adv: remove FSF address from GPL disclaimer
Antonio Quartulli
41
-123
/
+41
2014-01-08
batman-adv: don't switch byte order too often if not needed
Antonio Quartulli
1
-3
/
+5
2014-01-08
batman-adv: properly rename define in distributed arp table header file
Antonio Quartulli
1
-3
/
+3
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
11
-105
/
+177
2013-12-28
batman-adv: fix vlan header access
Antonio Quartulli
1
-1
/
+1
2013-12-28
batman-adv: clean nf state when removing protocol header
Antonio Quartulli
1
-0
/
+5
2013-12-28
batman-adv: fix alignment for batadv_tvlv_tt_change
Antonio Quartulli
2
-4
/
+6
2013-12-28
batman-adv: fix size of batadv_bla_claim_dst
Simon Wunderlich
1
-0
/
+2
2013-12-28
batman-adv: fix size of batadv_icmp_header
Antonio Quartulli
3
-14
/
+44
2013-12-28
batman-adv: fix header alignment by unrolling batadv_header
Simon Wunderlich
10
-85
/
+118
2013-12-28
batman-adv: fix alignment for batadv_coded_packet
Simon Wunderlich
1
-2
/
+2
[next]