Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
8157e6d16af86e4a8d31a035db7be02a8a171c26
/
include
/
net
8157e6d
netfilter: netns ebtables: ebtable_broute in netns
by Alexey Dobriyan
· 16 years ago
5f7340e
netfilter: xt_NFLOG: don't call nf_log_packet in NFLOG module.
by Eric Leblond
· 16 years ago
4814893
IPVS: Remove supports_ipv6 scheduler flag
by Julius Volz
· 16 years ago
e25cf4a
mac80211: fix two kernel-doc warnings
by Johannes Berg
· 16 years ago
be3d481
wireless: remove struct regdom hinting
by Johannes Berg
· 16 years ago
d2372b3
wireless: make regdom passing semantics simpler
by Johannes Berg
· 16 years ago
8b30b1f
mac80211: Re-enable aggregation
by Sujith
· 16 years ago
7211801
wireless: avoid some net/ieee80211.h vs. linux/ieee80211.h conflicts
by John W. Linville
· 16 years ago
9387b7c
wireless: use individual buffers for printing ssid values
by John W. Linville
· 16 years ago
c5d3dce
wireless: remove NETWORK_EMPTY_ESSID flag
by John W. Linville
· 16 years ago
7e272fc
wireless: consolidate on a single escape_essid implementation
by John W. Linville
· 16 years ago
cf03268
wireless: don't publish __regulatory_hint
by Johannes Berg
· 16 years ago
e37d4df
mac80211: fix a few typos in mac80211 kernel doc
by Bob Copeland
· 16 years ago
93da9cc
Add nl80211 commands to get and set o11s mesh networking parameters
by colin@cozybit.com
· 16 years ago
50fb2e4
mac80211: remove rate_control_clear
by Johannes Berg
· 16 years ago
e6a9854
mac80211/drivers: rewrite the rate control API
by Johannes Berg
· 16 years ago
ae5eb02
mac80211: rewrite HT handling
by Johannes Berg
· 16 years ago
bda3933
mac80211: move bss_conf into vif
by Johannes Berg
· 16 years ago
9124b07
mac80211: make retry limits part of hw config
by Johannes Berg
· 16 years ago
e897558
mac80211: introduce hw config change flags
by Johannes Berg
· 16 years ago
0f4ac38
mac80211: kill hw.conf.antenna_sel_{rx,tx}
by Johannes Berg
· 16 years ago
d9fe60d
802.11: clean up/fix HT support
by Johannes Berg
· 16 years ago
7a5158e
mac80211: fix short slot handling
by Johannes Berg
· 16 years ago
e87a2fe
mac80211: remove max_antenna_gain config
by Johannes Berg
· 16 years ago
3db5943
mac80211: remove wiphy_to_hw
by Johannes Berg
· 16 years ago
3685f25d
misc: replace NIPQUAD()
by Harvey Harrison
· 16 years ago
77be155
pkt_sched: Add peek emulation for non-work-conserving qdiscs.
by Jarek Poplawski
· 16 years ago
48a8f51
pkt_sched: Add ->peek() methods for fifo, prio and SFQ qdiscs.
by Patrick McHardy
· 16 years ago
90d841fd
pkt_sched: sch_generic: Add Qdisc_ops peek() method.
by Jarek Poplawski
· 16 years ago
cc0fe83
xfrm: remove unused struct xfrm_policy::next
by Alexey Dobriyan
· 16 years ago
a1744d3
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
485ac57
netns: add register_pernet_gen_subsys/unregister_pernet_gen_subsys
by Alexey Dobriyan
· 16 years ago
ad1d967
net: delete excess kernel-doc notation
by Randy Dunlap
· 16 years ago
5b095d989
net: replace %p6 with %pI6
by Harvey Harrison
· 16 years ago
96631ed
udp: introduce sk_for_each_rcu_safenext()
by Eric Dumazet
· 16 years ago
271b72c
udp: RCU handling for Unicast packets.
by Eric Dumazet
· 16 years ago
645ca70
udp: introduce struct udp_table and multiple spinlocks
by Eric Dumazet
· 16 years ago
0c6ce78
net: replace uses of NIP6_FMT with %p6
by Harvey Harrison
· 16 years ago
def8b4f
net: reduce structures when XFRM=n
by Alexey Dobriyan
· 16 years ago
b057efd
netlink: constify struct nlattr * arg to parsing functions
by Patrick McHardy
· 16 years ago
1080d70
net: implement emergency route cache rebulds when gc_elasticity is exceeded
by Neil Horman
· 16 years ago
ea2d8b5
mac80211.h: fix kernel-doc excesses
by Randy Dunlap
· 16 years ago
e214a8c
Phonet: include generic link-layer header size in MAX_PHONET_HEADER
by Remi Denis-Courmont
· 16 years ago
2242d5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
2e3f92d
sctp: Fix to handle SHUTDOWN in SHUTDOWN_RECEIVED state
by Wei Yongjun
· 16 years ago
e45c540
9p: fix sparse warnings
by Eric Van Hensbergen
· 16 years ago
fc79d4b
9p: rdma: RDMA Transport Support for 9P
by Tom Tucker
· 16 years ago
0b15a3a
9p: fix debug build error
by Eric Van Hensbergen
· 16 years ago
45e4a24
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 16 years ago
5fdf112
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
10a03a4
netfilter: netns: use NFPROTO_NUMPROTO instead of NUMPROTO for tables array
by Patrick McHardy
· 16 years ago
e7f4b8f
9p: Improve debug support
by Eric Van Hensbergen
· 16 years ago
02da398
9p: eliminate depricated conv functions
by Eric Van Hensbergen
· 16 years ago
51a87c5
9p: rework client code to use new protocol support functions
by Eric Van Hensbergen
· 16 years ago
cb19813
9p: remove unnecessary tag field from p9_req_t structure
by Eric Van Hensbergen
· 16 years ago
51d71f9
9p: remove 9p fcall debug prints
by Eric Van Hensbergen
· 16 years ago
ace51c4
9p: add new protocol support code
by Eric Van Hensbergen
· 16 years ago
06b55b4
9p: move dirread to fs layer
by Eric Van Hensbergen
· 16 years ago
fbedadc
9p: move readn meta-function from client to fs layer
by Eric Van Hensbergen
· 16 years ago
0fc9655
9p: consolidate read/write functions
by Eric Van Hensbergen
· 16 years ago
91b8534
9p: make rpc code common and rework flush code
by Eric Van Hensbergen
· 16 years ago
673d62cd
9p: apply common request code to trans_fd
by Eric Van Hensbergen
· 16 years ago
fea511a
9p: move request management to client code
by Eric Van Hensbergen
· 16 years ago
8b81ef5
9p: consolidate transport structure
by Eric Van Hensbergen
· 16 years ago
cb23832
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
f221e72
sysctl: simplify ->strategy
by Alexey Dobriyan
· 16 years ago
d5c003b
include: replace __FUNCTION__ with __func__
by Harvey Harrison
· 16 years ago
ab55570
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by David S. Miller
· 16 years ago
e1a65b5
mac80211: fixme for kernel-doc
by Randy Dunlap
· 16 years ago
e6a7d3c
netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf_nat
by Pablo Neira Ayuso
· 16 years ago
93db628
Merge branch 'next' into for-linus
by James Morris
· 16 years ago
64f1b65
net: fix dummy 'nf_conntrack_event_cache()'
by Linus Torvalds
· 16 years ago
d91d407
netlabel: Add configuration support for local labeling
by Paul Moore
· 16 years ago
15c45f7
cipso: Add support for native local labeling and fixup mapping names
by Paul Moore
· 16 years ago
8d75899
netlabel: Changes to the NetLabel security attributes to allow LSMs to pass full contexts
by Paul Moore
· 16 years ago
014ab19
selinux: Set socket NetLabel based on connection endpoint
by Paul Moore
· 16 years ago
948bf85
netlabel: Add functionality to set the security attributes of a packet
by Paul Moore
· 16 years ago
63c4168
netlabel: Add network address selectors to the NetLabel/LSM domain mapping
by Paul Moore
· 16 years ago
b1edeb1
netlabel: Replace protocol/NetLabel linking with refrerence counts
by Paul Moore
· 16 years ago
dfaebe9
selinux: Fix missing calls to netlbl_skbuff_err()
by Paul Moore
· 16 years ago
948a724
netlabel: Remove unneeded in-kernel API functions
by Paul Moore
· 16 years ago
bb21c95
nf_conntrack_ecache.h: Fix missing braces
by Guo-Fu Tseng
· 16 years ago
64194c3
inet: Make tunnel RX/TX byte counters more consistent
by Herbert Xu
· 16 years ago
396138f
dsa: add support for Trailer tagging format
by Lennert Buytenhek
· 16 years ago
cf85d08
dsa: add support for original DSA tagging format
by Lennert Buytenhek
· 16 years ago
91da11f
net: Distributed Switch Architecture protocol support
by Lennert Buytenhek
· 16 years ago
0201518
sctp: shrink sctp_tsnmap some more by removing gabs array
by Vlad Yasevich
· 16 years ago
8e1ee18
sctp: Rework the tsn map to use generic bitmap.
by Vlad Yasevich
· 16 years ago
3c689b7
inet: cleanup of local_port_range
by Eric Dumazet
· 16 years ago
9261e53
ipv6: making ip and icmp statistics per/namespace
by Denis V. Lunev
· 16 years ago
087fe24
ipv6: added net argument to _DEVINC/_DEVADD
by Denis V. Lunev
· 16 years ago
55d4380
ipv6: added net argument to ICMP6MSGIN_INC_STATS_BH
by Denis V. Lunev
· 16 years ago
a712d3e8
ipv6: ICMP6MSGIN_INC_STATS is not used
by Denis V. Lunev
· 16 years ago
5a57d4c
ipv6: added net argument to ICMP6MSGOUT_INC_STATS_BH
by Denis V. Lunev
· 16 years ago
5c5d244
ipv6: added net argument to ICMP6MSGOUT_INC_STATS
by Denis V. Lunev
· 16 years ago
e41b536
ipv6: added net argument to ICMP6_INC_STATS_BH
by Denis V. Lunev
· 16 years ago
a862f6a
ipv6: added net argument to ICMP6_INC_STATS
by Denis V. Lunev
· 16 years ago
821d577
ipv6: added net argument to IP6_ADD_STATS_BH
by Denis V. Lunev
· 16 years ago
483a47d
ipv6: added net argument to IP6_INC_STATS_BH
by Denis V. Lunev
· 16 years ago
3bd653c
netns: add net parameter to IP6_INC_STATS
by Denis V. Lunev
· 16 years ago
Next »