Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0d051bf93c0640483788db56dfc118d307f8893b
/
net
/
tipc
/
bearer.h
0d051bf
tipc: make bearer packet filtering generic
by Jon Paul Maloy
· 8 years ago
ff0d3e7
tipc: add a function to get the bearer name
by Parthasarathy Bhuvaragan
· 8 years ago
de0ba9a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
1fc07f3
tipc: reset all unicast links when broadcast send link fails
by Jon Paul Maloy
· 8 years ago
35c55c9
tipc: add neighbor monitoring framework
by Jon Paul Maloy
· 8 years ago
7d45a04
tipc: remove remnants of old broadcast code
by Jon Paul Maloy
· 9 years ago
1a90632
tipc: eliminate remnants of hungarian notation
by Jon Paul Maloy
· 9 years ago
2af5ae3
tipc: clean up unused code and structures
by Jon Paul Maloy
· 9 years ago
60852d6
tipc: let neighbor discoverer tranmsit consumable buffers
by Jon Paul Maloy
· 9 years ago
959e178
tipc: introduce jumbo frame support for broadcast
by Jon Paul Maloy
· 9 years ago
b06b281
tipc: simplify bearer level broadcast
by Jon Paul Maloy
· 9 years ago
af9b028
tipc: make media xmit call outside node spinlock context
by Jon Paul Maloy
· 9 years ago
a6bf70f
tipc: simplify include dependencies
by Jon Paul Maloy
· 9 years ago
d0f9193
tipc: add ip/udp media type
by Erik Hugne
· 10 years ago
d76a436
tipc: make media address offset a common define
by Erik Hugne
· 10 years ago
91e2eb5
tipc: rename media/msg related definitions
by Erik Hugne
· 10 years ago
5bfc335
tipc: convert legacy nl media dump to nl compat
by Richard Alpe
· 10 years ago
9ab1546
tipc: convert legacy nl bearer enable/disable to nl compat
by Richard Alpe
· 10 years ago
d0796d1
tipc: convert legacy nl bearer dump to nl compat
by Richard Alpe
· 10 years ago
1da4656
tipc: make tipc broadcast link support net namespace
by Ying Xue
· 10 years ago
7f9f95d
tipc: make bearer list support net namespace
by Ying Xue
· 10 years ago
f2f9800
tipc: make tipc node table aware of net namespace
by Ying Xue
· 10 years ago
c93d3ba
tipc: involve namespace infrastructure
by Ying Xue
· 10 years ago
f03273f
tipc: use generic SKB list APIs to manage link receive queue
by Ying Xue
· 10 years ago
1e55417
tipc: add media set to new netlink api
by Richard Alpe
· 10 years ago
46f15c6
tipc: add media get/dump to new netlink api
by Richard Alpe
· 10 years ago
315c00b
tipc: add bearer set to new netlink api
by Richard Alpe
· 10 years ago
35b9dd7
tipc: add bearer get/dump to new netlink api
by Richard Alpe
· 10 years ago
0655f6a
tipc: add bearer disable/enable to new netlink api
by Richard Alpe
· 10 years ago
38504c2
tipc: improve and extend media address conversion functions
by Jon Paul Maloy
· 10 years ago
2231c5a
tipc: use RCU to protect media_ptr pointer
by Ying Xue
· 11 years ago
7a2f7d1
tipc: decouple the relationship between bearer and link
by Ying Xue
· 11 years ago
f8322df
tipc: convert bearer_list to RCU list
by Ying Xue
· 11 years ago
a21a584
tipc: fix neighbor detection problem after hw address change
by Erik Hugne
· 11 years ago
f47de12
tipc: remove active flag from tipc_bearer structure
by Ying Xue
· 11 years ago
3874ccb
tipc: convert tipc_bearers array to pointer list
by Ying Xue
· 11 years ago
a830452
tipc: remove bearer_lock from tipc_bearer struct
by Ying Xue
· 11 years ago
c61dd61
tipc: remove 'links' list from tipc_bearer struct
by Ying Xue
· 11 years ago
170b392
tipc: rename functions related to link failover and improve comments
by Jon Paul Maloy
· 11 years ago
eec73f1
tipc: remove unused code
by stephen hemminger
· 11 years ago
e4d050c
tipc: eliminate code duplication in media layer
by Ying Xue
· 11 years ago
6e967ad
tipc: relocate common functions from media to bearer
by Ying Xue
· 11 years ago
37cb062
tipc: remove TIPC usage of field af_packet_priv in struct net_device
by Ying Xue
· 11 years ago
ef72a7e
tipc: improve naming and comment consistency in media layer
by Jon Paul Maloy
· 11 years ago
5702dba
tipc: initiate media type array at compile time
by Jon Paul Maloy
· 11 years ago
512137e
tipc: remove interface state mirroring in bearer
by Erik Hugne
· 11 years ago
f2875c3
tipc: avoid unnecessary lookup for tipc bearer instance
by Ying Xue
· 11 years ago
4babbaa
tipc: make bearer and media naming consistent
by Ying Xue
· 11 years ago
a29a194
tipc: add InfiniBand media type
by Patrick McHardy
· 12 years ago
8aeb89f
tipc: move bcast_addr from struct tipc_media to struct tipc_bearer
by Patrick McHardy
· 12 years ago
ccc4ba2
tipc: remove unused str2addr media callback
by Patrick McHardy
· 12 years ago
3c294cb
tipc: remove the bearer congestion mechanism
by Ying Xue
· 12 years ago
dc1aed3
tipc: phase out most of the struct print_buf usage
by Erik Hugne
· 12 years ago
2c53040
net: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 12 years ago
617d3c7
tipc: compress out gratuitous extra carriage returns
by Paul Gortmaker
· 13 years ago
f19765f
tipc: rename struct bearer_name to struct tipc_bearer_names
by Paul Gortmaker
· 13 years ago
a18c4bc
tipc: rename struct link* to struct tipc_link*
by Paul Gortmaker
· 13 years ago
358a0d1
tipc: rename struct media to struct tipc_media
by Paul Gortmaker
· 13 years ago
5c216e1
tipc: Allow run-time alteration of default link settings
by Allan Stephens
· 13 years ago
3d749a6
tipc: Hide media-specific addressing details from generic bearer code
by Allan Stephens
· 13 years ago
4d163a3
tipc: Add new address conversion routines for Ethernet media
by Allan Stephens
· 13 years ago
c61b666
tipc: Improve handling of media address printing errors
by Allan Stephens
· 13 years ago
706767d
tipc: Register new media using pre-compiled structure
by Allan Stephens
· 13 years ago
909234c
tipc: Lower limits for number of bearers and media types
by Allan Stephens
· 13 years ago
f01a2b6
tipc: Eliminate unused field in bearer structure
by Allan Stephens
· 13 years ago
50d4923
tipc: Remove bearer flag indicating existence of broadcast address
by Allan Stephens
· 14 years ago
a2b58de
tipc: Remove unused field in bearer structure
by Allan Stephens
· 14 years ago
50d3e63
tipc: Correct misnamed references to neighbor discovery domain
by Allan Stephens
· 14 years ago
2d627b9
tipc: Combine bearer structure with tipc_bearer structure
by Allan Stephens
· 14 years ago
528c771
tipc: Delete useless function prototypes
by Allan Stephens
· 14 years ago
c802628
tipc: Remove obsolete inclusions of header files
by Allan Stephens
· 14 years ago
d265fef
tipc: Remove obsolete native API files and exports
by Allan Stephens
· 14 years ago
b274f4a
tipc: Reduce footprint by un-inlining bearer congestion routine
by Allan Stephens
· 14 years ago
d0021b2
tipc: Fix oops on send prior to entering networked mode (v3)
by Neil Horman
· 15 years ago
6c00055
tipc: Don't use structure names which easily globally conflict.
by David S. Miller
· 16 years ago
c430728
[NET] TIPC: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
4323add
[TIPC] Avoid polluting the global namespace
by Per Liden
· 19 years ago
5f7c3ff
[TIPC] Minor changes to #includes
by Jon Maloy
· 19 years ago
593a5f2
[TIPC] More updates of file headers
by Per Liden
· 19 years ago
9da1c8b
[TIPC] Update of file headers
by Per Liden
· 19 years ago
9ea1fd3
[TIPC] License header update
by Per Liden
· 19 years ago
b97bf3f
[TIPC] Initial merge
by Per Liden
· 19 years ago