Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d5ae11dc402f64a3b79ef6754487429b772f3e71
/
net
/
batman-adv
70b271a
batman-adv: fix potential kernel paging error for unicast transmissions
by Antonio Quartulli
· 11 years ago
a5a5cb8
batman-adv: avoid double free when orig_node initialization fails
by Antonio Quartulli
· 11 years ago
05c3c8a
batman-adv: free skb on TVLV parsing success
by Antonio Quartulli
· 11 years ago
a30e22c
batman-adv: fix TT CRC computation by ensuring byte order
by Antonio Quartulli
· 11 years ago
b2262df
batman-adv: fix potential orig_node reference leak
by Simon Wunderlich
· 11 years ago
08bf0ed
batman-adv: avoid potential race condition when adding a new neighbour
by Antonio Quartulli
· 11 years ago
f179142
batman-adv: properly check pskb_may_pull return value
by Antonio Quartulli
· 11 years ago
91c2b1a
batman-adv: release vlan object after checking the CRC
by Antonio Quartulli
· 11 years ago
e889241
batman-adv: fix TT-TVLV parsing on OGM reception
by Antonio Quartulli
· 11 years ago
930cd6e
batman-adv: fix soft-interface MTU computation
by Antonio Quartulli
· 11 years ago
4180442
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
7dff08b
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 11 years ago
6631c5ce
Revert "batman-adv: drop dependency against CRC16"
by David S. Miller
· 11 years ago
1b371d1
batman-adv: use consistent kerneldoc style
by Simon Wunderlich
· 11 years ago
1df0cbd
batman-adv: fix batman-adv header overhead calculation
by Marek Lindner
· 11 years ago
16b7769
batman-adv: use __dev_get_by_index instead of dev_get_by_index to find interface
by Ying Xue
· 11 years ago
12afc36
batman-adv: drop dependency against CRC16
by Antonio Quartulli
· 11 years ago
8d90d77
batman-adv: Start new development cycle
by Simon Wunderlich
· 11 years ago
e19f975
batman-adv: update copyright years for 2014
by Simon Wunderlich
· 11 years ago
031ace8
batman-adv: add build checks for packet sizes
by Simon Wunderlich
· 11 years ago
82ab332
batman-adv: remove returns at the end of void functions
by Antonio Quartulli
· 11 years ago
cb1c92e
batman-adv: add debugfs support to view multiif tables
by Simon Wunderlich
· 11 years ago
5bc7c1e
batman-adv: add debugfs structure for information per interface
by Simon Wunderlich
· 11 years ago
f3b3d90
batman-adv: add bonding again
by Simon Wunderlich
· 11 years ago
ef0a937
batman-adv: consider outgoing interface in OGM sending
by Simon Wunderlich
· 11 years ago
c039876
batman-adv: add WiFi penalty
by Simon Wunderlich
· 11 years ago
7351a482
batman-adv: split out router from orig_node
by Simon Wunderlich
· 11 years ago
8965233
batman-adv: split tq information in neigh_node struct
by Simon Wunderlich
· 11 years ago
f6c8b71
batman-adv: remove bonding and interface alternating
by Simon Wunderlich
· 11 years ago
42cb0be
batman-adv: set the isolation mark in the skb if needed
by Antonio Quartulli
· 11 years ago
eceb22a
batman-adv: create helper function to get AP isolation status
by Antonio Quartulli
· 11 years ago
2d2fcc2a
batman-adv: extend the ap_isolation mechanism
by Antonio Quartulli
· 11 years ago
dd24ddb
batman-adv: print the new BATADV_TT_CLIENT_ISOLA flag
by Antonio Quartulli
· 11 years ago
9464d07
batman-adv: mark a local client as isolated when needed
by Antonio Quartulli
· 11 years ago
c42edfe
batman-adv: add isolation_mark sysfs attribute
by Antonio Quartulli
· 11 years ago
6c413b1
batman-adv: send every DHCP packet as bat-unicast
by Antonio Quartulli
· 11 years ago
36484f8
batman-adv: remove parenthesis from return statements
by Antonio Quartulli
· 11 years ago
4e820e7
batman-adv: rename gw_deselect() to gw_reselect()
by Antonio Quartulli
· 11 years ago
f316318
batman-adv: deselect current GW on client mode switch off
by Antonio Quartulli
· 11 years ago
ebf38fb
batman-adv: remove FSF address from GPL disclaimer
by Antonio Quartulli
· 11 years ago
3fba732
batman-adv: don't switch byte order too often if not needed
by Antonio Quartulli
· 11 years ago
a48bcac
batman-adv: properly rename define in distributed arp table header file
by Antonio Quartulli
· 11 years ago
56a4342
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
2b1e2cb
batman-adv: fix vlan header access
by Antonio Quartulli
· 11 years ago
55883fd
batman-adv: clean nf state when removing protocol header
by Antonio Quartulli
· 11 years ago
ca66304
batman-adv: fix alignment for batadv_tvlv_tt_change
by Antonio Quartulli
· 11 years ago
2f7a318
batman-adv: fix size of batadv_bla_claim_dst
by Simon Wunderlich
· 11 years ago
27a417e
batman-adv: fix size of batadv_icmp_header
by Antonio Quartulli
· 11 years ago
a40d9b0
batman-adv: fix header alignment by unrolling batadv_header
by Simon Wunderlich
· 11 years ago
46b76e0
batman-adv: fix alignment for batadv_coded_packet
by Simon Wunderlich
· 11 years ago
323813e
batman-adv: use batadv_compare_eth for concise
by dingtianhong
· 11 years ago
d9cd4fe5
batadv: Slight optimization of batadv_compare_eth
by Joe Perches
· 11 years ago
da6b8c2
batman-adv: generalize batman-adv icmp packet handling
by Simon Wunderlich
· 11 years ago
15c33da
batman-adv: Start new development cycle
by Simon Wunderlich
· 11 years ago
0eb01568
batman-adv: include the sync-flags when compute the global/local table CRC
by Antonio Quartulli
· 11 years ago
3c4f7ab
batman-adv: improve the TT component to support runtime flag changes
by Antonio Quartulli
· 11 years ago
0c69aec
batman-adv: invoke dev_get_by_index() outside of is_wifi_iface()
by Antonio Quartulli
· 11 years ago
8257f55
batman-adv: send GW_DEL event in case of soft-iface destruction
by Antonio Quartulli
· 11 years ago
a19d3d8
batman-adv: limit local translation table max size
by Marek Lindner
· 11 years ago
4627456
batman-adv: adapt the TT component to use the new API functions
by Antonio Quartulli
· 11 years ago
d0015fd
batman-adv: provide orig_node routing API
by Antonio Quartulli
· 11 years ago
81e26b1
batman-adv: adapt the neighbor purging routine to use the new API functions
by Antonio Quartulli
· 11 years ago
6680a12
batman-adv: adapt bonding to use the new API functions
by Antonio Quartulli
· 11 years ago
c43c981
batman-adv: add bat_neigh_is_equiv_or_better API function
by Antonio Quartulli
· 11 years ago
a3285a8
batman-adv: add bat_neigh_cmp API function
by Antonio Quartulli
· 11 years ago
737a2a22
batman-adv: add bat_orig_print API function
by Antonio Quartulli
· 11 years ago
bbad0a5
batman-adv: make struct batadv_orig_node algorithm agnostic
by Antonio Quartulli
· 11 years ago
0538f75
batman-adv: make struct batadv_neigh_node algorithm agnostic
by Antonio Quartulli
· 11 years ago
cfd4f75
batman-adv: make the backbone gw check VLAN specific
by Antonio Quartulli
· 11 years ago
95fb130
batman-adv: make the TT global purge routine VLAN specific
by Antonio Quartulli
· 11 years ago
7ea7b4a
batman-adv: make the TT CRC logic VLAN specific
by Antonio Quartulli
· 11 years ago
a70a9aa
batman-adv: lock around TT operations to avoid sending inconsistent data
by Antonio Quartulli
· 11 years ago
e75de4f
batman-adv: remove bogus comment
by Antonio Quartulli
· 11 years ago
e300d31
batman-adv: refine API calls for unicast transmissions of SKBs
by Linus Lüssing
· 11 years ago
b8cbd81
batman-adv: make the AP isolation attribute VLAN specific
by Antonio Quartulli
· 11 years ago
90f4435
batman-adv: add sysfs framework for VLAN
by Antonio Quartulli
· 11 years ago
5d2c05b
batman-adv: add per VLAN interface attribute framework
by Antonio Quartulli
· 11 years ago
be1db4f
batman-adv: make the Distributed ARP Table vlan aware
by Antonio Quartulli
· 11 years ago
bbb877e
batman-adv: make the GW module correctly talk to the new VLAN-TT
by Antonio Quartulli
· 11 years ago
1605278
batman-adv: print the VID together with the TT entries
by Antonio Quartulli
· 11 years ago
0ffa9e8
batman-adv: use vid when computing local and global TT CRC
by Antonio Quartulli
· 11 years ago
c018ad3
batman-adv: add the VLAN ID attribute to the TT entry
by Antonio Quartulli
· 11 years ago
bc58eee
batman-adv: update email address for Marek Lindner
by Marek Lindner
· 11 years ago
c679ff8
batman-adv: update email address for Simon Wunderlich
by Simon Wunderlich
· 11 years ago
33faa04
batman-adv: check skb preparation return value
by Antonio Quartulli
· 11 years ago
a4deee1a
batman-adv: Add dummy soft-interface rx mode handler
by Linus Lüssing
· 11 years ago
e8cf234
batman-adv: make batadv_tt_save_orig_buffer() generic
by Antonio Quartulli
· 11 years ago
298e6e6
batman-adv: implement batadv_tt_entries
by Antonio Quartulli
· 11 years ago
56a5ca8
batman-adv: remove useless find_router look up
by Simon Wunderlich
· 11 years ago
411d6ed
batman-adv: consider network coding overhead when calculating required mtu
by Marek Lindner
· 12 years ago
0bf84c1
batman-adv: create common header for ICMP packets
by Antonio Quartulli
· 11 years ago
293e933
batman-adv: use htons when possible
by Antonio Quartulli
· 11 years ago
ee75ed8
batman-adv: Fragment and send skbs larger than mtu
by Martin Hundebøll
· 11 years ago
610bfc6bc
batman-adv: Receive fragmented packets and merge
by Martin Hundebøll
· 11 years ago
f097e25
batman-adv: Remove old fragmentation code
by Martin Hundebøll
· 11 years ago
2c59866
batman-adv: use VLAN_ETH_HLEN instead of sizeof(struct vlan_eth_hdr)
by Antonio Quartulli
· 12 years ago
f7f8ed5
batman-adv: h_vlan_encapsulated_proto access refactoring
by Antonio Quartulli
· 12 years ago
2102605
batman-adv: don't use call_rcu if not needed
by Antonio Quartulli
· 12 years ago
d7ee88d
batman-adv: remove batadv_tt_global_add_orig declaration
by Antonio Quartulli
· 12 years ago
1e5d49f
batman-adv: make tt_global_add static and return bool
by Antonio Quartulli
· 12 years ago
Next »